Chris2024
8 months agoOccasional Contributor
Multiple execution of a test plan with different values from an Excel table
Hello SmartBear Community,
Is it possible to execute all test cases in an execution plan multiple times based on variables in an Excel table?
Example
- Iteration 1:
- Test case 1: Login as "user 1"
Test case 2: Logout as "user 1"
- Test case 1: Login as "user 1"
- Iteration 2:
- Test case 1: Login as "user 2"
Test case 2: Logout as "user 2"
- Test case 1: Login as "user 2"
- Iteration n:
- Test case 1: Login as "user n"
Test case 2: Logout as "user n"
- Test case 1: Login as "user n"
The user data is saved in an Excel table and there should be as many iterations until all rows have been run through.
Best regards,
Christopher