TestPlanUpdateParams interface
The test plan update parameters.
- Extends
revision | Revision of the test plan. |
area |
Area of the test plan. |
automated |
|
automated |
|
build |
The Build Definition that generates a build associated with this test plan. |
build |
Build to be tested. |
description | Description of the test plan. |
end |
End date for the test plan. |
iteration | Iteration path of the test plan. |
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. |
test |
Value to configure how same tests across test suites under a test plan need to behave |
yaml |
The Yaml Release Reference associated with this test plan. |
Revision of the test plan.
revision: number
Property Value
number
Area of the test plan.
areaPath: string
Property Value
string
Inherited From TestPlanCreateParams.areaPath
automatedTestEnvironment: TestEnvironment
Property Value
Inherited From TestPlanCreateParams.automatedTestEnvironment
automatedTestSettings: TestSettings
Property Value
Inherited From TestPlanCreateParams.automatedTestSettings
The Build Definition that generates a build associated with this test plan.
buildDefinition: BuildDefinitionReference
Property Value
Inherited From TestPlanCreateParams.buildDefinition
Build to be tested.
buildId: number
Property Value
number
Inherited From TestPlanCreateParams.buildId
Description of the test plan.
description: string
Property Value
string
Inherited From TestPlanCreateParams.description
End date for the test plan.
endDate: Date
Property Value
Date
Inherited From TestPlanCreateParams.endDate
Iteration path of the test plan.
iteration: string
Property Value
string
Inherited From TestPlanCreateParams.iteration
manualTestEnvironment: TestEnvironment
Property Value
Inherited From TestPlanCreateParams.manualTestEnvironment
manualTestSettings: TestSettings
Property Value
Inherited From TestPlanCreateParams.manualTestSettings
Release Environment to be used to deploy the build and run automated tests from this test plan.
releaseEnvironmentDefinition: ReleaseEnvironmentDefinitionReference
Property Value
Inherited From TestPlanCreateParams.releaseEnvironmentDefinition
Start date for the test plan.
startDate: Date
Property Value
Date
Inherited From TestPlanCreateParams.startDate
State of the test plan.
state: string
Property Value
string
Inherited From TestPlanCreateParams.state
Value to configure how same tests across test suites under a test plan need to behave
testOutcomeSettings: TestOutcomeSettings
Property Value
Inherited From TestPlanCreateParams.testOutcomeSettings
The Yaml Release Reference associated with this test plan.
yamlReleaseReference: YamlReleaseReference
Property Value
Inherited From TestPlanCreateParams.yamlReleaseReference