AutomationTestItems Table

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

Description

The table stores the settings of automation test items used in the legacy Test Automation module.

Columns

The table contains the following columns:

AutomationTestItemId  :  int, primary key, allows null: no

The unique numeric identifier of the item.

AutomationHostId  :  int, allows null: no

The ID of the related automation host.

ProjId  :  int, allows null: no

The ID of the project that contains the automation test item.

AutomationTestParentId  :  int, allows null: no

The ID of the parent automation test.

AutomationType  :  nvarchar (max), allows null: no

The type of the automation (TestComplete, QTP).

CreateUserId  :  int, allows null: no

The ID of the user who generated 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.

Description  :  nvarchar (max), allows null: yes

The description of the automation test item.

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

FullPath  :  nvarchar (max), allows null: no

The full path to the automation test.

TestName  :  nvarchar (max), allows null: no

The name of the related automation test.

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

The type of the test (Regression Test, Negative Test, and so on).

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the item.

See Also

AutomationTestItems View
Legacy Test Management

Highlight search results