A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Check

This action selects the specified check box.

This action does not have any parameter.

Example:

Check

Uncheck

This action deselects the specified check box.

This action does not have any parameter.

Example:

UnCheck

On this page:

IsChecked

This action verifies that the specified check box is selected. 

If a checkbox is checked and parameter "state" is "true", result is success. If checkbox is checked and parameter "state" is "false" result is Failure.
If checkbox is un-checked and parameter "state" is "true", result is Failure. If checkbox is un-checked and parameter "state" is "false" result is success.

Input Parameters:

ParameterName

Parameter Description

Mandatory

Data Type

state

Value of this parameter can be true or false.
If True – verifies if the checkbox is checked.
If False – verifies if the checkbox is unchecked.

Yes

TRUE

Example:

IsChecked               "TRUE"

CheckIfTrue

This action selects the checkbox, only if the parameter passed is true.

Input Parameters:

ParameterName

Parameter Description

Mandatory

Data Type

Check

Value of this parameter can be true or false.
If True – selects the checkbox.
If False – Does not select the checkbox.

No

TRUE

Example:

CheckIfTrue           "TRUE"


The excerpt 'Click' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'LongPress' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'Swipe' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'StoreExistence' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'StorePropertyValue' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'VerifyEnability' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'VerifyExistence' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.


The excerpt 'WaitForObject' was not found in the space 'QFWM' or you may not have the necessary permissions to access it.

  • No labels