View all questions & answers for the CPST-001 exam
You want to run your Selenium tests using JUnit. How would you configure JUnit to execute the tests?
Manually specify the test classes and methods in the JUnit configuration.
Use the JUnit Test Runner class to execute the tests.
Use the JUnit XML configuration file to specify the test classes and methods.
Use the JUnit annotations (@Test, @Before, @After) to define and run the tests.
Submit