Radio

These are the actions associated with the Radio step type.

Description

The value property is required to validate whether a radio button exists on the page. It can be defined in the Parameters field using value=value or in the Value field.

See Exists.

Example

In the following example, in the first step the value property is set in the Value field. In the second step, the value is set in the Parameters field using the Value= parameter.

Type

Action

Recognition

Parameters

Value

Radio

Exists

Name=SQA_SIMPLEREC_SQAOPTION

ret=&RadioEx1

2

Radio

Exists

Name=SQA_SIMPLEREC_SQAOPTION

ret=&RadioEx2;value=3

Description

Gets the property value of an HTML object and assign to the prop=value parameter. Also stores it to the variable in ret=&variable.

See Get_Property.

Description

Gets the style value of properties in a class from the HTML stylesheet. The value is assigned to prop=value parameter and stores it to the variable in ret=&variable.

See Get_Style.

Description

Gets the label of the specified HTML object.

See GetLabel.

Description

Sets the field value in a browser object.

See Set_Value.

Description

Compares the value in the browser to the expected value, and adds a pass or fail log entry for the validation.

See Verify.