Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • StoreStageState

  • VerifyStageHasError

  • VerifyIsStageCompleted

  • StoreCountOfCompleteStages

  • ClickStageByValue

  • ClickStageByIndex

  • Click

  • StorePropertyValue

  • VerifyPropertyValue

  • VerifyExistence

  • VerifyEnability

  • VerifyVisibility

  • StoreExistence

  • MouseOver

StoreStageState

This action stores the state (Completed, Error, InProgress, Incomplete) of the progress indicator stage in the key provided.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the stage value.

Yes

 String

StageName

Enter the stage or attribute name whose value you want to store.

Yes

 String

VerifyStageHasError

This action verifies whether the provided stage has any error.

Parameter Name

Parameter Description

Mandatory

Data Type

StageName

Enter one of the following:

  • True to verify that the stage has an error.

  • False to verify that the stage has no error.
    Note: If you do not enter any value, the default value is set to True during the test case execution

Yes

 String

VerifyIsStageCompleted

This action verifies whether the provided stage is completed or not.

Parameter Name

Parameter Description

Mandatory

Data Type

StageName

Enter one of the following:

  • True to verify that the stage is completed.

  • False to verify that the stage is not completed.
    Note: If you do not enter any value, the default value is set to True during the test case execution

Yes

 String

StoreCountOfCompleteStages

This action stores the count of completed stages in the provided key.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the count of completed stages.

Yes

 String

ClickStageByValue

This action clicks the stage of progress indicator component by value.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the stage of progress indicator.

Yes

 String

ClickStageByIndex

This action performs the click operation on the stage who's index is provided.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the stage of progress indicator.

Yes

 String

Click

This action clicks the specified object.

...

This action stores the property of the specified object using  property names, such as class, id, name, and role, and parameter value, such as the actual value of the property.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the property value.

Yes

 String

propertyName

Enter the property or attribute name whose value you want to store.

Yes

 String

Example:

StorePropertyValue      "key"    "class"

...