Class View
This window displays the test object classes defined in the open project, and the operations defined for each test object class.
To access | When a project is open, select View > Class View. |
Important information | This window enables you to do the following: Add or delete test object classes. Open the test object class designer. Open the implementation code for a test object operation. Start a debug session for a test object operation.
|
User interface elements are described below:
UI Elements | Description |
---|
Test Object Classes | The list of test object classes defined in the open project. In this area, you can: |
Operations | The operations defined for the selected test object class. In this area, you can: Double-click an operation to open the test object class designer. It opens to the Operations tab with the relevant operation selected. Right-click and select Implementation Code to open the file containing the JavaScript implementation function for the operation. The file opens to the relevant function. Right-click and select Debug to open the Debug Test Object Operation dialog box . The test object class and operation are automatically selected in the dialog box.
|