Test Scenario Elements
A Total Test Scenario contains a sequence of elements. This section will introduce each element and describe its syntax and semantics. The elements can be divided into the following four categories:
Category | Description |
---|---|
Executable elements | Elements that executes and that cannot contain other elements. The element still exists in the result syntax tree. Log, Wait, Verify, Test Scenario, and Data Export are executable elements. |
Referenceable elements | Executable elements that also contain data, which can be referred to by a Data Reference element. Functional Test Component, SQL Select, and Variable are Referenceable elements. |
Composite elements | Executable elements that can contain a sequence of other Executable elements. The Iterate and Scope elements are composite elements. The Total Test Scenario itself is also a composite element |
Replaceable elements | Elements that are replaced with data items at runtime. This includes Date, Expression, and Data Reference. A Replaceable element can only be inserted into a Data element. |
This section provides information about the following topics: