Debug Test Object Operation dialog box

This dialog box enables you to run your test object operations from within Extensibility Accelerator, so that you can test and debug your JavaScript implementation functions.

To access

Do one of the following:

  • Select Project > Debug Test Object Operation

  • In the Operations tab (Test Object Class designer), click the Debug Operation button in the operation list toolbar.

  • In the Class View, right-click the operation that you want to run and select Debug.

    Tip: If the operations are not displayed in the Class View, first select the test object class.

Important information

Make sure that you select the relevant control in the application before you run the operation.

Relevant tasks

Test and debug your test object operation support

See also

Debug JavaScript functions

User interface elements are described below (unlabeled elements are shown in angle brackets):

UI Elements

Description

Test object class

The test object class of the operation that you want to run.

Operation

The test object operation that you want to run.

<operation arguments>

The arguments for the operation. Includes the following for each argument:

Name. The name of the argument and whether it is optional. (Read only)

Type. The type of value the operation expects for this argument. (Read only)

Value. The value to use for the argument when running the operation. You must enter values for all mandatory arguments.

Select Control

Highlights all of the controls that match the test object class' mapping rules in all open Web applications, and enables you to select the control on which you want to run the operation.

Available when: A Test object class is selected in the dialog box.

Run Operation

Runs the operation on the selected control, calling the JavaScript implementation that you designed.

Available when: A control is selected in the application.

Cancel

Close this dialog box without running the operation.