Set text
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to set the text/string on the object specified in the input.
Input: <ObjectType>;<VisibleText(Optional)>;<index>;<value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on a desktop application for a customer support platform. One of the features allows customer service representatives to send a message to a customer using a text input box. In this case, user need to enter a predefined message into the "Message" text box.
The test script needs to enter a predefined text message (e.g., "Your support ticket has been resolved") into the "Message" text box before clicking the "Send" button.
textbox;;1;Your support ticket has been resolved
The Set text Action needs to set the text to the textbox which is given in the Input Value.
The Set text Action writes the Input text to the textbox which is Your support ticket has been resolved.