Workbench is the class that provides functionality for adding verifications and running child scripts.
'Declaration Public Class Workbench
Workbench.method()
Name | Description |
---|---|
LoadActiveData | Load an ActiveData object to use it in a script. |
ResultComment Method | Adds a comment as a step to the Details tab of the Result window. |
RunScript | Runs a child script, which is identified by its name, and passes the parameters of the child script. |
Verify | Verifies that the expected value equals the actual value and enables you to add a comment. |
VerifyAsset | Executes a verification asset. |