TestVersionHistory Table

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

Description

Stores the historical versions of tests. Test step versions are stored in the TestStepsVersionHistory table.

Columns

The table contains the following columns:

TestVersionHistoryId  :  int, primary key, allows null: no

The unique numeric identifier of the item.

ProjId  :  int, allows null: no

The ID of the project that contains the test.

AssigneeUserId  :  int, allows null: yes

The ID of the user to whom the test version is assigned.

CreateUserId  :  int, allows null: yes

The ID of the user who created the test.

Custom1..Custom90  :  nvarchar (max), allows null: yes

The values of custom fields 1 - 90.

These columns correspond to fields that can be available for rich editing.

DateCreated  :  datetime, allows null: no, default: Current date and time

The date and time the test 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, default: Current date and time

The date and time the test version was last updated.

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

Description  :  nvarchar (max), allows null: yes

The description of the test version.

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

ExecutionType  :  nvarchar (max 100 chars, or 202 bytes), allows null: yes

The type of the test version run based on the choice list. The values of this choice list are stored in the Validation table. They correspond to the items whose values equal TestExecutionType in the ValidationType column.

FolderId  :  int, allows null: yes

The ID of the folder where the test version resides.

ImportId  :  int, allows null: yes

The ID of the imported batch in which the test was imported.

IsActive  :  nvarchar (max 1 char, or 4 bytes), allows null: no, default: Y

Indicates whether the test version is active.

OriginalId  :  int, allows null: yes

The column is reserved for system use only.

OwnerUserId  :  int, allows null: yes

The ID of the user who owns the test version.

Priority  :  nvarchar (max 100 chars, or 202 bytes), allows null: yes

The priority of the test version based on the choice list. The values of this choice list are stored in the Validation table. They correspond to the items whose values equal TestPriority in the ValidationType column.

ScriptSourceId  :  int, allows null: yes

The column is reserved for system use only.

StatusCode  :  nvarchar (max 100 chars, or 202 bytes), allows null: no

The status of the test version based on the choice list. The values of this choice list are stored in the Validation table. They correspond to the items whose values equal TestStatus in the ValidationType column.

TestId  :  int, allows null: no

The ID of the related test.

TestType  :  nvarchar (max 100 chars, or 202 bytes), allows null: yes

The type of the test version based on the choice list. The values of this choice list are stored in the Validation table. They correspond to the items whose values equal TestTestType in the ValidationType column.

Title  :  nvarchar (max 255 chars, or 512 bytes), allows null: no

The title of the test version.

UpdateUserId  :  int, allows null: no

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

Version  :  int, allows null: no, default: 1

The version of the test.

See Also

TestVersionHistory View
Test Management

Highlight search results