Description
Contains detailed information on test steps.
Dependencies
Columns
CreateUserId : int, allows null: no
The ID of the user who created the test step.
CreateUserName : varchar (max 78 chars), allows null: no
An alias for the PersonName column of the Persons view.
The name of the user, in the Last name, First name
format.
DateCreated : datetime, allows null: no
The date and time the step 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 test step was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
ExpectedResult : nvarchar (max), allows null: yes
The expected results of performing the step.
This column corresponds to a field that can be available for Rich Text Feature.
IsStoppedOnFail : nvarchar (max 1 char, or 4 bytes), allows null: no
Indicates whether the test stops when the step fails.
NbrFiles : int, allows null: yes
The number of files attached to the associated item.
ProjId : int, allows null: no
The ID of the project that contains the test.
ScriptName : varchar (max 1 char), allows null: no
The column is reserved for system use only.
Seq : int, allows null: no
The ordinal number of the step in the test.
Step : nvarchar (max), allows null: no
The description of the step.
This column corresponds to a field that can be available for Rich Text Feature.
TestId : int, allows null: no
The ID of the test that contains the step.
TestStepId : int, allows null: no
The unique numeric identifier of the test step.
Title : nvarchar (max 255 chars, or 512 bytes), allows null: no
The title of the test.
UpdateUserId : int, allows null: no
The ID of the user who last updated the test step.
UserName : varchar (max 78 chars), allows null: yes
The name of the user who last updated the test step.