Avo Assure - Master User Guide v23.2.0
Search
K
Comment on page

Button

Keyword: GETBUTTONNAME

Description: This keyword or action instructs ICE to fetch the name present on the button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetButtonName
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 button name and store it in variable {GetButtonName} and the execution status “True”/ “False” will be stored in variable {Status1}.

Keyword: LONGPRESS

Description: This keyword or action instructs ICE to perform double click on the visible button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LongPress
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, LongPress operation will be performed on the button and the execution status “True”/ “False” will be stored in variable {LongPress}.

Keyword: PRESS

Description: This keyword or action instructs ICE to perform click on the visible button.
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, Press operation will be performed on the button and the execution status “True”/ “False” will be stored in variable {Press}.

Keyword: VERIFYBUTTONNAME

Description: This keyword or action instructs ICE to verify the name present on the button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyButtonName
<Button_Name>
(Optional)
  • Text
  • Static Values
  • Dynamic Variables
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will verify the button name, and the execution status “True”/ “False” will be stored in variable {VerifyButtonName}.

Keyword: CLICK

Description: This keyword or action instructs ICE to perform a click on the button.
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 button and the execution status “True”/ “False” will be stored in the provided output variable.
Last modified 7mo ago