**
I have two different files in a same package named as UserManagement and VerifyLogin. In this case if i try to run this project in TestNg Server it runs the UserMangement as first but I need VerifyLogin to run as first. What is the solution? **
I Priorities the Test Case as 1,2,3,4 in VerifyLogin Class file and Test case 5 in UserManagement in next file but it runs the file Usermanagement as first file and throwing error as nullpointException
I need to run VerifyLogin as first file