A verification is test logic that evaluates a user-defined condition, and then sends a pass/fail message and, optionally, a flag to the playback result of a visual test.
In this lesson, you will insert a verification to ensure that the quote uses the correct vehicle model.
webBrowser.browserWindow.modelCombo
If "webBrowser.browserWindow.modelCombo"."Text" Is Equal to "RX400"
This condition defines the logic for the verification. The condition compares the model type to the type selected.
Verify "webBrowser.browserWindow.modelCombo"."Text" Is Equal to "RX400"
You have successfully enhanced the recorded visual test by inserting test logic that verifies the value of a property in the sample application.