TestStepsVersionHistory Table

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

Description

Stores the previous versions of test steps.

Columns

The table contains the following columns:

CreateUserId  :  int, allows null: no

The ID of the user who created the test step.

DateCreated  :  datetime, allows null: no

The date and time when 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 this version of 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 test step of this version.

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 this version of the test step is critical and 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 this version of the test step in the test.

Step  :  nvarchar (max), allows null: no

The description of this version of the test step.

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

TestId  :  int, allows null: no

The ID of the test that contains this version of the test step.

TestStepId  :  int, allows null: no

The ID of the related test step.

TestStepVersionHistoryId  :  int, allows null: no

The unique numeric identifier of the item.

TestVersionHistoryId  :  int, allows null: no

The ID of the test version history item that contains the item.

UpdateUserId  :  int, allows null: no

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

See Also

TestStepsVersionHistory View
Test Management

Highlight search results