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.



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