View all detail and faqs for the CPST-001 exam
The Selenium RC is used <… complete the sentence …>?
To run tests in different browsers (except HtmlUnit) on different OS.
To create tests with little or no prior knowledge in programming.
To test a web application against Firefox only.
To run a huge test suite, that can be executed in distributed environment.
How do you run the JUnit tests from the command line?
java org.junit.runner.
Run JUnit
java JUnitCore
java org.junit.runner.JUnitCore
=================