My Scenario is like, i need to executed testcases in the following order:
Test A, Test C
Test B.
I need to achieve this via Prioritization in TestNG or if there is any other way please suggest me?
Have attached screenshot for your reference.
Asked
Active
Viewed 48 times
0

Gopi
- 21
- 1
-
it is answered in https://stackoverflow.com/questions/26632241/priority-in-testng-with-multiple-classes – Sonali Das Apr 01 '21 at 10:34
-
Just to ensure that I understand your problem statement.. Are you looking for enforcing an order amongst test classes that belong to different `
` tags ? – Krishnan Mahadevan Apr 01 '21 at 14:32