_____ 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.
Loading...
Related Quiz
- To analyze the results of parallel test executions, you can use _____ tools for comprehensive reporting.
- What are the steps involved in setting up a mobile app performance test using Appium?
- What is the significance of the "UDID" (Unique Device Identifier) when configuring Appium for device testing?
- TestNG's _____ allows you to run test methods with various sets of data.
- Staying updated with the latest Appium releases and _____ is crucial for professionals in the field.