Action
Executes a verification on the given asset in the context of this UI
object. Returns whether the verification was successful or not.
Syntax
C#
result = TestObject.Verify(testObject, verificationAsset)
VB
result = TestObject.Verify(testObject, verificationAsset)
Variable
|
Description
|
result
|
Whether the verification was successful or
not.
Boolean.
|
testObject
|
Defines which object to verify.
TestObject.
|
verificationAsset
|
The name of the verification asset to execute.
String.
|