Workbench is the class that provides functionality for adding verifications and running child scripts.
Workbench does not derive from any class, and no classes derive from it.
'Declaration Public Class Workbench
Workbench.method()
Name | Description |
---|---|
Username | Returns the name of the current Silk Test Workbench user. |
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. |