Checkbox/ Radio Button
Last updated
Last updated
Note:
The input field that specifies the status when the object was scraped is:
0 – unchecked
1 – Checked
The input specified in the test case is given higher priority than the status mentioned/ selected while editing the IRIS object properties.
If no input is specified, the value is fetched from the scrape screen when the IRIS object feedback is specified.
Description: This keyword or action instructs Avo Assure Client to verify the current state of the checkbox/ radio button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getStatusIris | <status when object scraped - 0/1> | {Variable}; {Status} |
|
Find the snippet of the keyword below (when the IRIS object is checked at the time of scrape):
Find the snippet of the keyword below (when the IRIS object is unchecked at the time of scrape):
Note: The input value has to be 1 if the iris object is checked and 0 if the iris object is unchecked.
In the above example, after the test case debug, {Output} variable contains the value of the object’s status, either “checked/ unchecked”.