_____ is a JUnit feature that allows you to group multiple test methods into a single test suite.
- @BeforeSuite
- @RunWith
- @Suite
- @TestGroup
In JUnit, the @Suite annotation allows grouping multiple test methods into a single test suite. This is useful for organizing and executing related tests together.
Loading...
Related Quiz
- To run Appium tests on Android devices, you need to have _____ installed on your system.
- Why is parallel execution important for mobile app testing?
- What is the primary advantage of integrating Appium with TestNG?
- How does uninstalling and reinstalling an app affect your Appium test scripts?
- In the context of AWS Device Farm, _____ allows you to run tests concurrently on multiple devices to save time.