Annotation – TestNG’s test case priority
To schedule priority over multiple test cases, TestNG uses this coding feature called “annotation”
e.g.
@Test (priority = 1)
@Test (priority = 2) etc in the code
For quick summary on TestNG – please check my TestNG quick summary blog