Versions Compared

Key

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


Info
titleNote:

SFDC objects do not support the following features:

  • Polling Interval and Time Out on object level

  • Wait actions

...

Example:

StorePropertyValue     "key"       "class"

StoreSelectedItem

This action stores the selected item.

...


Parameter Name

Parameter Description

Mandatory

Data Type

enability

Enter one of the following:

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

No

String


Example:

VerifyEnability      "True"

...


Parameter Name

Parameter Description

Mandatory

Data Type

existence

Enter one of the following:

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

No

String


Example:

VerifyExistence      "True"

...

Example:

VerifyPropertyValue     "class"     "fr small"


VerifySelectedItem

This action verifies if the specified item is selected.

...


Parameter Name

Parameter Description

Mandatory

Data Type

existence

Enter one of the following:

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

No

String


Example:

VerifyVisibility    "True"