Set Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in the Avo Assure that comes for the textbox captured element. This action instructs Avo Assure Client to set text in textbox and store the status (True or false) in the given output variable.
Input: <input value>
Note: Input value given in text formats.
Supported formats:
Text
Static variables
Dynamic variables
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
Consider a scenario where you are testing a web application. You need to verify that the Username textbox correctly accepts text as input. The Set Text action is used in automation testing to enter desired text into a textbox in an application. In this scenario, you use the Set Text action to set a valid email address into the "Email" input field in the application. This is helpful for automating tasks like login functionality.
In this example, Input Text is user Email id: johnsmith@example.com
It should set email id as johnsmith@example.com in textbox and stores status in {Result} output variable.
The set text action is set email id in textbox. The output variable {Result} contains result of action as True, which can be utilized for Login application.