Other Components
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the element's text and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetText | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will fetch the element text. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to perform a double-click operation on the element.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
LongPress | <Timeout (Optional)> | (Optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a long-press operation will be performed on the element, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to click on the element.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
Press | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a Press operation will be performed on the element, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to verify if the element text present is the same as that present in the input field.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyText | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will verify the input text, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to click on the element.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
Click | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the Click operation will be performed on the element, and the execution status “True”/ “False” will be stored in the output variable (if specified).