Table of Contents

Sequenced Test Object

Go up to Terms and Definitions

Discussion

A Sequenced Test Object is a Test Object that contains or references a Test Sequence defining the progression of related test actions or validations.

OMG TestIF defines four specializations of Sequenced Test Object:

A Sequenced Test Object can identify:

A Test Sequence uses Sequence Steps to reference the Sequenced Test Objects performed at specific positions in the execution progression.

This separation permits a reusable Sequenced Test Object to participate in multiple Test Sequences. Each Sequence Step can supply the Test Argument Values and Expected Results applicable to that occurrence.

Definition

Test Object that contains or references a Test Sequence defining the progression of related test actions or validations

Source

Adapted from:

OMG TestIF defines SequencedTestObject as an abstract TestObject containing sequential procedural steps represented through one or more related TestSequence objects. This definition preserves its abstract parent role and its relationship to Test Sequence.

Note

Sequenced Test Object is an abstract concept. A concrete instance is classified as a:

A Sequenced Test Object differs from a Sequence Step:

A Sequenced Test Object differs from a Test Sequence:

A Sequenced Test Object can participate in more than one Test Sequence. Each occurrence can use different Test Argument Values or Expected Results when the applicable Test Definition permits them.

A Sequenced Test Object can reference multiple Test Items and Test Environments.

A Test Result can reference the Sequenced Test Object or the Sequence Step that produced the recorded outcome.

A Test Run preserves the execution context and Test Results associated with the executed Sequenced Test Objects.

Example

A Test Case verifies a proposed DIDO state transition.

The Test Case is a Sequenced Test Object containing a Test Sequence with the following Sequence Steps:

Each Sequence Step references the applicable Test Step or Test Executable.

During Test Execution, the resulting Test Run records the Test Results associated with the executed Sequence Steps and Sequenced Test Objects.


© 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc.