Send Keystroke Values
Last updated
Was this helpful?
Last updated
Was this helpful?
The Send Keystroke Values action in the Avo Assure is found under the @Custom Element Name. It instructs the Avo Assure Client to send the string values individually on the object specified in the input and save the result (True/False) in the given output variable.
Input: <ObjectType>;<VisibleText(optional)>;<Index>;<value>;<abs(optional)>
Note: The user must specify the type of object, the visible text of the element (if required), the element index, and the absolute value.
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)
User is testing the Login Page of an application where users must enter their Username and Password. As part of the testing process, user want to automate the entry of the Username into the specified input field using the “Send Keystroke Values” action in Avo Assure to ensure that it accepts and displays the correct string value.
textbox;;0;John
The “Send Keystroke Values” action should simulate typing the string as "John" into the captured textbox and store True in Output variable.
The result of the “Send keystroke Values” action entered the string as a John in the captured textbox and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.