Verify Element Text
Last updated
Last updated
This ‘verifyElementText’ is pre-built Action located under the captured Element. It instructs the Avo Assure client to verify that the given input text matches with the captured element text and store the result true or false in output variable.
Input: <input value>
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Scenario: Testing Profile Name Update in an E-commerce Application
In this scenario, you're testing an e-commerce application to ensure that the profile information update, specifically the name field, is functioning correctly. Upon entering a new name in the input field and saving the changes, the updated name should appear in the profile summary section. Utilize the verifyElementText
action to confirm that the name entered matches the one displayed in the profile summary, ensuring
Input: Input values provided as Avo Bank Expected result: This action needs to verify input text with captured element text and store the result in output variable as a true. Output: It successfully verifies the input text with the captured element text and output variable {Status} contain ‘true’.