Category:
TestNG
We can define the priority of test cases using the “priority” parameter in @Test annotation. The tests with lower priority value will get executed first.
Example-
@Test(priority=1)
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
We can define the priority of test cases using the “priority” parameter in @Test annotation. The tests with lower priority value will get executed first.
Example-
@Test(priority=1)