Action
Executes a verification asset. Throws an ObjectNotFoundException if the UI object to verify cannot be found.
Syntax
result = Verification.VerifyAsset(verificationAsset)
Variable
|
Description
|
result
|
Whether the verification was successful.
BOOLEAN.
|
verificationAsset
|
The name of the verification asset to execute.
STRING.
|
Examples
To execute a verification of the image asset
myImageAsset, type:
Workbench.VerifyAsset("myImageAsset")