Description
Stores automations added to tests.
Columns
The table contains the following columns:
Id : int, primary key, allows null: no
The unique item identifier.
AttachmentId : int, allows null: yes
The ID of the attachment that contains automation script.
TestId : int, allows null: no
The ID of the related test.
Agent : nvarchar (max 2000 chars, or 4002 bytes), allows null: no
The name of the test agent. The only possible value is TestComplete/TestExecute.
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.
EntryPoint : nvarchar (max 255 chars, or 512 bytes), allows null: yes
The path to the starting point in the project suite.
IsActive : varchar (max 1 char), allows null: no
Indicates whether the test is active.
TimeOut : int, allows null: yes
The maximum allowed execution time for the test, in seconds.
Title : nvarchar (max 255 chars, or 512 bytes), allows null: yes
The title of the automation.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.