RunCreateModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test run create details.
[System.Runtime.Serialization.DataContract]
public class RunCreateModel
type RunCreateModel = class
Public Class RunCreateModel
- Inheritance
-
RunCreateModel
- Attributes
Constructors
Properties
| Automated |
true if test run is automated, false otherwise. By default it will be false. |
| Build |
An abstracted reference to the build that it belongs. |
| BuildDropLocation |
Drop location of the build used for test run. |
| BuildFlavor |
Flavor of the build used for test run. (E.g: Release, Debug) |
| BuildPlatform |
Platform of the build used for test run. (E.g.: x86, amd64) |
| BuildReference | |
| Comment |
Comments entered by those analyzing the run. |
| CompleteDate |
Completed date time of the run. |
| ConfigurationIds |
IDs of the test configurations associated with the run. |
| Controller |
Name of the test controller used for automated run. |
| CustomTestFields | |
| DtlAutEnvironment |
An abstracted reference to DtlAutEnvironment. |
| DtlTestEnvironment |
An abstracted reference to DtlTestEnvironment. |
| DueDate |
Due date and time for test run. |
| EnvironmentDetails | |
| ErrorMessage |
Error message associated with the run. |
| Filter | |
| Iteration |
The iteration in which to create the run. Root iteration of the team project will be default |
| Name |
Name of the test run. |
| Owner |
Display name of the owner of the run. |
| Plan |
An abstracted reference to the plan that it belongs. |
| PointIds |
IDs of the test points to use in the run. |
| ReleaseEnvironmentUri |
URI of release environment associated with the run. |
| ReleaseReference | |
| ReleaseUri |
URI of release associated with the run. |
| RunTimeout | |
| SourceWorkflow | |
| StartDate |
Start date time of the run. |
| State |
The state of the run. Valid states - NotStarted, InProgress, Waiting |
| TestConfigurationsMapping | |
| TestEnvironmentId |
ID of the test environment associated with the run. |
| TestSettings |
An abstracted reference to the test settings resource. |
| Type | |