This functionality is supported only if you are using the Classic Agent.
Use this procedure to verify an object’s state using built-in verification methods or other methods in combination with the built-in
Verify function.
For example, here is a test case that verifies that the text in the
TextField Replace.FindWhat is
myText. It uses the built-in verification method
VerifyValue.
testcase VerifyMethodTest ()
TextEditor.Search.Replace.Pick ()
Replace.FindWhat.VerifyValue
("myText")
Replace.Cancel.Click ()