Hi friends,
I need to run 5 Tests through a Suite. I have created a Suite with the 5 Tests. The Tests are appearing in alphabetical order. When I execute it, it is executing in random (not understood) order.
I want to execute it in the specified order (for example, Test_3, Test_2, Test_4, Test_1, Test_5). How can I achive this?
Thanks in advance!