Versions Compared

Key

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

...

3. List Validation (List of, Set of, Superset of, Subset of)

Definition

Panel
bgColor#ffffff
titleDEFINITION
borderStylesolid

The collection interpreters are used to express any kind of groups, lists or sets of values.

When a collection interpreter is executed,  compares the list of values expected with the list of values returned by the system under development. The test result depends on the specific collection interpreter selected.

  • As for all other interpreters, the first row of the collection interpreters specifies the name of the interpreter and the name of the collection to be tested.
  • The next row is used to define the name of each attribute related to the members of the collection of data.
  • The following rows are used to specify the set of values to test.

...

Info

The examples provided in this page are used to explain how to write the fixture for the CollectionInterpreters.

4. Workflow validation

Definition