Jump Steps By
Last updated
Last updated
Description & Usage:
This is a pre-built action in Avo Assure is available under the @Generic element. It instructs the Avo Assure client to skip the design test steps as per the given count in input value and execute extended design test steps.
Syntax:
Input: <count of steps>
User giving a numeric value.
Supported Input Format:
1. Text
2. Static values/ Dynamic Variables
3. Numeric value
Output: N/A
Use case/Example:
Scenario: Automated Testing of the E commerce application
You are testing an E commerce application. It verifies the workflow of application. It checks the functionality of Jump steps by within an application. It works either for skipping relevant actions or speeding up the testing of specific workflows, with a focus on the required processes.
Input: Giving any numeric value in input value like 3.
If input is a positive number like 3
Expected result: It should skip the defined number of steps and execute with the further steps.
If the input is 0,
Expected result: It should proceed through the steps in the normal, sequential order without skipping any step.
If Input is a negative number like -3
Expected result: It jump to the defined number of steps and execute with previous steps.
Output: This action helps to skip three design test steps and execute the step number 8.