Description
Stores the results of test runs.
Columns
The table contains the following columns:
TestRunResultId : int, primary key, allows null: no
The unique system identifier of the item.
TestRunItemId : int, allows null: no
The ID of the related test run item.
ActualResult : nvarchar (max), allows null: yes
The actual results of the related step.
This column corresponds to a field that can be available for rich editing.
ExpectedResult : nvarchar (max), allows null: yes
The expected results of the related step.
IsStoppedOnFail : nvarchar (max 1 char, or 4 bytes), allows null: no
Indicates whether the test stops when the step fails.
Seq : int, allows null: no
The ordinal number of the related step in the test.
StatusCode : nvarchar (max 100 chars, or 202 bytes), allows null: no
The status of the test step (Passed, Failed, Awaiting Run, and so on).
Step : nvarchar (max), allows null: yes
The description of the related step.
TestStepId : int, allows null: yes
The ID of the related test step.