Before a test can be run, the test's Java source code must be generated and compiled as explained in Generating an executable test.
Before the test's Java code can be generated, a location for storing the code must exist. If no source folder named src exists in any existing Java project, you must create one as explained in Creating a new source folder.
Before a test can be run, it must be deployed. If no deployment exists, you must create one as explained in Creating a deployment. When you run your test, you choose an existing deployment.

To run the test using default values, or using the same values that you set during the previous test run, you can click Run now and stop reading.


Parent topic: Testing browser-based applications - quick start
Previous topic: Generating an executable test
Next topic: Analyzing test results