Send Keystrokes Values
This action in Avo Assure is available under the Captured Textbox Element. The functionality of this Action in Avo Assure is to send individual keystrokes to the textbox, allowing each keystroke value to be entered one by one. The result of this action is stored in a dynamic variable for further use during test execution.
Syntax
Input Value: <input value>
<input value> (Required)
Specifies the actual string to be entered as the input value.
Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
both dynamic variable stores the status as True or False.
Example: Sending Individual Keystrokes to a Textbox
In this example, we explain how to send individual keystrokes to a textbox using the Send Keystroke Values action.
Action: Send Keystroke Values
Input Value: Van [email protected]
The input value (Van [email protected]) specifies the text to be entered into the target textbox.
Output Value: {Status}
The result of the text entry operation is stored in the {Status} dynamic variable, which returns one of the following values:
True: If the keystrokes are sent to the textbox successfully.
False: If the keystrokes are not sent to the textbox successfully.
Logical Explanation: The Send Keystroke Values action takes the value from the Input Value column (Van [email protected]) and automates keyboard interactions by sending each character sequentially to the specified textbox. The result of this operation is stored in the {Status} variable as true.

Last updated
Was this helpful?