Jump To 'TestSteps'
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action located under the @Generic element, instructs the Avo Assure to jump to the Test Case as defined in the input value.
Input Value: <test case name>
<test case name>
(Required)
Specify the name of the Test Case where execution should jump directly. Supported Input Format:
1. Text
2. Static values/ Dynamic Variables Note: The specified Test Case must be existed within the flow
Output value:
N/A
Not Applicable
Note:
JumpTo 'TestSteps ' target Test Case should be present as part of the scenario being executed in the Test Case flow..
It works only in execution and not on debug mode.
Example
Performs a jump to the specified test case for continued execution The Jump To 'TestSteps' action takes the value from the Input Value column (e.g., in the screenshot below, the 7th Test Step uses "logout process" as the input value) and jumps the execution flow directly to the named Test Step (e.g., logout process). The action does not return any value in a dynamic variable and execution continues from the specified Test Case onward.