How can we run only high priority test scripts in selenium.
Example : I have 5 tests as login, place order, change order, raise ticket, logout.
Now my priority testcases to be run are login, place order, raise ticket.
Is there any way without using include/exclude tags in testNG?