Debugging custom code for tests and compound tests
If you have custom code added to a test or a compound test, you can debug the custom code for any errors by clicking the Debug button.
Before you begin
You can use the debug option only in full Eclipse mode of the product. You cannot debug in the streamline mode.
Procedure
- Open a test or a compound test from the Test Navigator view.
- Click the Debug button.
The Debug view opens. If there are any breakpoints in the custom code, the test run pauses at the breakpoint. Press F8 to resume the test run.