What is the default priority of a test method in TestNG?
Hey Macy
The default priority of a test when not specified is integer value 0. So, if we have one test case with priority 1 and one without any priority then the test without any priority value will execute first.