Gets the action that the test page invokes.

[Action :=] TestPage.GETACTION(id);

Parameters

TestPage

Type: TestPageThe test page variable that you use to refer to the test page.
id

Type: IntegerThe ID of the action that the test page invokes.

Property Value/Return Value

Type: Text

The action that the test page invokes. This return value is optional.

See Also