TestConfigurations Table

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

Description

Stores test configurations of all the projects for automated tests.

Columns

The table contains the following columns:

ConfigId  :  int, allows null: no

The unique numeric identifier of the item.

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

The name of the test configuration.

CreateUserId  :  int, allows null: yes

The ID of the user who created the item.

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

The values of custom fields 1 - 10.

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

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

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.

Description  :  nvarchar (max), allows null: yes

The description of the test configuration.

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

FolderId  :  int, allows null: yes

The ID of the folder where the item is located.

ImportId  :  int, allows null: yes

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

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

Indicates whether the configuration is active.

OriginalId  :  int, allows null: yes

The column is reserved for system use only.

OwnerUserId  :  int, allows null: yes

The ID of the item owner.

ProjId  :  int, allows null: yes

The ID of the project that contains the item.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the item.

See Also

TestConfigurations View
TestAutomations Table
Test Management

Highlight search results