_____ is a TestNG annotation used to specify the order in which test methods should be executed when dealing with dependencies.

  • @Order
  • @Priority
  • @Sequence
  • @Test(priority)
In TestNG, the @Priority annotation is used to specify the order in which test methods should be executed when dealing with dependencies. It helps control the sequence of test execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *