TestSteps Table

Applies to QAComplete 14.3, last modified on February 19, 2024

Description

The test steps listed in this table may be part of several tests listed in the Tests table.

Columns

The table contains the following columns:

TestStepId  :  int, primary key, allows null: no

The unique numeric identifier of the test step.

TestId  :  int, allows null: no

The ID of the test that contains the step.

CreateUserId  :  int, allows null: no

The ID of the user who created the test step.

DateCreated  :  datetime, allows null: no

The date and time the step was created.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

DateUpdated  :  datetime, allows null: no

The date and time when the test step was last updated.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

ExpectedResult  :  nvarchar (max), allows null: yes

The expected results of performing the step.

This column corresponds to a field that can be available for rich editing.

IsStoppedOnFail  :  nvarchar (max 1 char, or 4 bytes), allows null: no

Indicates whether the test stops when the step fails.

ScriptSourceId  :  int, allows null: yes

The column is reserved for system use only.

Seq  :  int, allows null: no

The ordinal number of the step in the test.

Step  :  nvarchar (max), allows null: no

The description of the step.

This column corresponds to a field that can be available for rich editing.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the test step.

See Also

Tests Table
Test Management

Highlight search results