Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure is available under the @Generic element, instructs the Avo Assure to skip the design Test Steps as per the given count in input value and execute extended design Test Steps.
Input value: <count of steps>
Output value:
Example 1
Executes the next step without skipping, maintaining the flow of execution.
The Jump Steps By action takes the value from the Input Value column (e.g., 0) and continues execution to the next step without jumping. This action does not return or store any result in a dynamic variable is primarily used to control the flow of execution.
Example 2
Controls execution flow by skipping forward based on step count.
The Jump Steps By action takes the value from the Input Value column (e.g., 3) and moves the execution pointer forward by the defined number of steps. This action does not return or store any result in a dynamic variable and is primarily used to control the flow of execution.
Example 3
Controls execution flow by skipping backward based on step count.
The Jump Steps By action takes the value from the Input Value column (e.g., -4) and moves the execution pointer backward by the defined number of steps. This action does not return or store any result in a dynamic variable and is primarily used to control the flow of execution
<count of steps>
(Required)
Enter the number of steps to jump from the current step —
use a positive number to jump forward (e.g.,3)
use a negative number to jump backward (e.g., -5)
Use 0 in the Input Value to continue execution to the next step without performing any jump.
Supported Input Format:
1. Text
2. Static values/ Dynamic Variables
3. Numeric value
N/A
Not Applicable