InterviewSolution
Saved Bookmarks
| 1. |
How To Set Test Case Priority In Testng? |
|
Answer» We use priority attribute to the @Test ANNOTATIONS. In case priority is not set then the test SCRIPTS execute in alphabetical order.
Output:
We use priority attribute to the @Test annotations. In case priority is not set then the test scripts execute in alphabetical order. Output: |
|