Error during Schedule code generation. Verify that there are no errors in the Schedule. For more information, see the Troubleshooting section of the online help.
Explanation
Typically this error message is displayed when you import a project into a workspace or when you upgrade the test application. This error message can also be displayed if you have written custom code that does not compile.
System action
None.
User response
Click Window > Open Perspective > Java to switch to the Java perspective. Check that all custom code compiles with no errors.
In the Java perspective, delete all of the generated Java files under the src directory.
Click Window > Open Perspective > Resource to switch to the Resource perspective. Edit the .classpath file in the root directory of the project. Delete all class path entries that are related to the test application.
Create a new workspace and a new test project. Record and play back a simple test. Copy the .classpath file from the new project into the project with the error.
Check the Error Log for further information on the error. To open the Error Log, click Window > Show View > Error Log.