Hi,
When I run a test suite with two test cases and I expect the same test suite to run five times different variables obtained from an Excel, the first test case runs five times and then five times the second test case. I want the first one to run once, followed by the second one with the first row of variables, and then again with the second row of variables. Is there a way to do this?
What happens:
- Log In (1) ok
- Log In (2) ok
- Log In (3) ok
- Validate Message (1) wrong
- Validate Message (2) wrong
- Validate Message (3) wrong
What I expect:
- Log In (1) ok
- Validate Message (1) ok
- Log In (2) ok
- Validate Message (2) ok
- Log In (3) ok
- Validate Message (3) ok
Thanks, and regards,