Use ActionMode Verify

You can use the ActionMode Verify for simple lists such as lists without sub-lists, or for a general verification of lists.

ActionMode Verify uses the combination of one or more values to identify a list item. The search for the unique list item runs from top to bottom, based on the defined values for list elements.

To change the order of your Module Attributes in the respective Module or TestCase, right-click on the TestStep and select Allow reorder from the context menu.

Changes made to Modules affect all linked TestCases.

Example:

In the following example, you will identify a list item using the ActionMode Verify.

In this example, the goal is to identify Jane Doe from New York City in a list of several customers.

ActionMode Verify

The system first searches for the Module Attribute firstname with the value Jane. If the search returns a unique customer, the system verifies that the lastname is Doe and that the city is New York City.

If there are several customers with firstnameJane, the system tries to find a unique customer with firstname Jane and lastname Doe. If there is a unique customer, the system verifies that the city is New York City.

In case there are several customers called Jane Doe, the system looks for a unique customer with firstname Jane, lastname Doe and the city New York City.