AutomationHosts Table

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

Description

The table stores the hosts that are used in the legacy Test Automation module. The hosts used in the new Test Management module are stored in the TestHosts table.

Columns

The table contains the following columns:

AutomationHostId  :  int, primary key, allows null: no

The unique numeric identifier of the item.

DeptId  :  int, allows null: no

The ID of the department that owns the automation host.

CreateUserId  :  int, allows null: no

The ID of the user who created the automation host.

DateCreated  :  datetime, allows null: no

The date and time when the automation host 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 automation host 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 host.

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

HostName  :  nvarchar (max), allows null: no

The name of the automation host.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the automation host.

See Also

AutomationHosts View
Legacy Test Management

Highlight search results