Run test cases in order

Hello all.
I need to run test cases in order as other test case have dependency .

image

How to do it.

Hi,

Test cases within the same set should not be run based on an order. Each test case should be executed independently from the other ones. Maybe, there is 1 robot available, or maybe there are 5. Order of test cases cannot be set and should be irrelevant.
You can extract Login step to a separate sequence and use it in the test cases that require login. You can use templates for this purpose.

If you need to pass information between test cases, you can use test data queues:

Test case #1 from test set #1 will store data to the queue, and after some time you can schedule test set #2 with the test cases consuming the information form the queue.

BR,
Horea

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.