Jump Steps By
Last updated
Last updated
The pre-built action available under the @Generic element in Avo Assure instructs the client to skip a specified number of design test steps and execute extended design.
Input: <count of steps>
Note: User giving a numeric value.
Supported Input Format:
1. Text
2. Static values/ Dynamic Variables
3. Numeric value
Output: N/A
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.
Note:
1. If input is a positive number like 3
Expected result: It should skip the defined number of steps and execute with the further steps.
2. If the input is 0,
Expected result: It should proceed through the steps in the normal, sequential order without skipping any step.
3. 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.