Link
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to click the specified link.
Note: The “Press” keyword can also be used as an alternative to “Click”.
Find the snippet of the keyword below:
In the above example, after the test case debug, a click operation will be performed on the link, and the execution status “Fail”/ “Pass” will be stored in variable {click}.
Description: This keyword or action instructs Avo Assure Client to click operation on the specified link.
Note: This keyword is useful where mouse down press operation is involved.
Find the snippet of the keyword below:
In the above example, after the test case debug, the press operation will be performed on the link, and the execution status “Fail”/ “Pass” will be stored in variable {Press}.
Description: This keyword or action instructs Avo Assure Client to double-click on the specified link.
Find the snippet of the keyword below:
In the above example, after the test case debug, a double click operation will be performed on the link, and the execution status “Fail”/ “Pass” will be stored in variable {doubleClick}.
Description: This keyword or action instructs Avo Assure Client to upload a file present in a specific path in the local system to an application.
Note:
The upload file works correctly only if the AUT is in the foreground.
If the ‘wait (in seconds)’ input is specified, then the action will be performed after the duration of the specified wait time.
Find the snippet of the keyword below:
In the above example, after the test case debug, it uploads the specified file, and the execution status “True”/ “False” will be stored in variable {upload}.
Description: This keyword or action instructs Avo Assure Client to fetch the link's text and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will fetch the link text and store it in variable {GetLink}, and the execution status “True”/ “False” will be stored in variable {LinkStatus}.
Description: This keyword or action instructs Avo Assure Client to verify if the link text is the same as given in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will verify the link text, and the execution status “True”/ “False” will be stored in variable {VerifyLnkTxt}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
press
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
doubleClick
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
uploadFile
<file path>; <file name>; <wait(in seconds)
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
getLinkText
NA
{Variable}; {Status}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyLinkText
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
click
NA
(Optional)
NA