TestSetItems Table

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

Description

The table stores the setting of individual tests that are part of a test set.

Columns

The table contains the following columns:

TestSetItemId  :  int, primary key, allows null: no

The unique numeric identifier of the item.

DefaultHostId  :  int, allows null: yes

The ID of the test host that is used as the default host for the test that is part of the test set.

TestId  :  int, allows null: no

The ID of the related test.

TestSetId  :  int, allows null: no

The ID of the related test set.

AssigneeUserId  :  int, allows null: yes

The ID of the user to whom the test is assigned in the test set.

CreateUserId  :  int, allows null: no

The ID of the user who created the item.

DateCreated  :  datetime, allows null: no

The date and time when the item 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 item was last updated.

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

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

Indicates whether the test is active in the test set.

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

Indicates whether the test set execution stops when the test fails.

Seq  :  int, allows null: no

The ordinal number of the test in the test set.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the item.

See Also

TestSetItems View
Test Management

Highlight search results