PlanUpdateModel interface
A model class used for creating and updating test plans.
area | Area path to which the test plan belongs. This should be set to area path of the team that works on this test plan. |
automated |
|
automated |
|
build | Build ID of the build whose quality is tested by the tests in this test plan. For automated testing, this build ID is used to find the test binaries that contain automated test methods. |
build |
The Build Definition that generates a build associated with this test plan. |
configuration |
IDs of configurations to be applied when new test suites and test cases are added to the test plan. |
description | Description of the test plan. |
end |
End date for the test plan. |
iteration | Iteration path assigned to the test plan. This indicates when the target iteration by which the testing in this plan is supposed to be complete and the product is ready to be released. |
manual |
|
manual |
|
name | Name of the test plan. |
owner | Owner of the test plan. |
release |
Release Environment to be used to deploy the build and run automated tests from this test plan. |
start |
Start date for the test plan. |
state | State of the test plan. |
status | |
test |
Test Outcome settings |
yaml |
The Yaml Release Reference associated with this test plan. |
Area path to which the test plan belongs. This should be set to area path of the team that works on this test plan.
area: ShallowReference
Property Value
Build ID of the build whose quality is tested by the tests in this test plan. For automated testing, this build ID is used to find the test binaries that contain automated test methods.
build: ShallowReference
Property Value
The Build Definition that generates a build associated with this test plan.
buildDefinition: ShallowReference
Property Value
IDs of configurations to be applied when new test suites and test cases are added to the test plan.
configurationIds: number[]
Property Value
number[]
Description of the test plan.
description: string
Property Value
string
End date for the test plan.
endDate: string
Property Value
string
Iteration path assigned to the test plan. This indicates when the target iteration by which the testing in this plan is supposed to be complete and the product is ready to be released.
iteration: string
Property Value
string
Name of the test plan.
name: string
Property Value
string
Release Environment to be used to deploy the build and run automated tests from this test plan.
releaseEnvironmentDefinition: ReleaseEnvironmentDefinitionReference
Property Value
Start date for the test plan.
startDate: string
Property Value
string
State of the test plan.
state: string
Property Value
string
status: string
Property Value
string
The Yaml Release Reference associated with this test plan.
yamlReleaseReference: YamlReleaseReference