I want to pass test-ng priority through excel file . Is there any way to do that ?
Asked
Active
Viewed 65 times
-2
-
Would you consider showing us your work please? Thanks – undetected Selenium May 16 '17 at 07:06
1 Answers
0
You are using excel it means you are working on Keyword driven framework, not executing it as a TestNG test-cases directly or not using testNG XML.
So you cannot pass testNG priority. If you want to prioritize your test-cases, you need to create your own login like to read all the test-cases from excel at 1 go and pass some priority and create logic to execute most priority first and so on...

Gaurav Khandelwal
- 89
- 1
- 4