How to customize the order of execution of tests in TestNG?
For example:
public class Test1 { @Test public void test1() { System.out.printl
By using priority paramenter for @Test we can control the order of test execution.