Checkbox/ Radio Button

Note:

  1. The input field that specifies the status when the object was scraped is:

    • 0 – unchecked

    • 1 – Checked

  2. The input specified in the test case is given higher priority than the status mentioned/ selected while editing the IRIS object properties.

  3. If no input is specified, the value is fetched from the scrape screen when the IRIS object feedback is specified.

Keyword: GETSTATUSIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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”.

Last updated