Workbench Class

Description

Workbench is the class that provides functionality for adding verifications and running child scripts.

Inheritance hierarchy

Workbench does not derive from any class, and no classes derive from it.

Syntax

'Declaration
Public Class Workbench
To call a method of the Workbench, use this syntax:
Workbench.method()

Properties

Name Description
Username Returns the name of the current Silk Test Workbench user.

Methods

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.