Switch
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to get the status of the 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 debugs, the operation will fetch the switch status and store its status in the output variable {Stat}.
Description: This keyword or action instructs Avo Assure Client to turn off the 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 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 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 switch will be set to ‘On’ and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).