Toggle Button
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to get the status of the toggle/switch and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetStatus | 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 toggle/ switch status and store its status in the output variable {Stat}.
Description: This keyword or action instructs Avo Assure Client to turn off the toggle button/switch in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
ToggleOff | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the toggle button/switch will be set to ‘Off’ and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to turn on the toggle button/switch in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
ToggleOn | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the toggle button/switch will be set to ‘On’ and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).