TestPlanCreateParams interface

The test plan create parameters.

Properties

areaPath

Area of the test plan.

automatedTestEnvironment
automatedTestSettings
buildDefinition

The Build Definition that generates a build associated with this test plan.

buildId

Build to be tested.

description

Description of the test plan.

endDate

End date for the test plan.

iteration

Iteration path of the test plan.

manualTestEnvironment
manualTestSettings
name

Name of the test plan.

owner

Owner of the test plan.

releaseEnvironmentDefinition

Release Environment to be used to deploy the build and run automated tests from this test plan.

startDate

Start date for the test plan.

state

State of the test plan.

testOutcomeSettings

Value to configure how same tests across test suites under a test plan need to behave

Property Details

areaPath

Area of the test plan.

areaPath: string

Property Value

string

automatedTestEnvironment

automatedTestEnvironment: TestEnvironment

Property Value

automatedTestSettings

automatedTestSettings: TestSettings

Property Value

buildDefinition

The Build Definition that generates a build associated with this test plan.

buildDefinition: BuildDefinitionReference

Property Value

buildId

Build to be tested.

buildId: number

Property Value

number

description

Description of the test plan.

description: string

Property Value

string

endDate

End date for the test plan.

endDate: Date

Property Value

Date

iteration

Iteration path of the test plan.

iteration: string

Property Value

string

manualTestEnvironment

manualTestEnvironment: TestEnvironment

Property Value

manualTestSettings

manualTestSettings: TestSettings

Property Value

name

Name of the test plan.

name: string

Property Value

string

owner

Owner of the test plan.

owner: IdentityRef

Property Value

releaseEnvironmentDefinition

Release Environment to be used to deploy the build and run automated tests from this test plan.

releaseEnvironmentDefinition: ReleaseEnvironmentDefinitionReference

Property Value

startDate

Start date for the test plan.

startDate: Date

Property Value

Date

state

State of the test plan.

state: string

Property Value

string

testOutcomeSettings

Value to configure how same tests across test suites under a test plan need to behave

testOutcomeSettings: TestOutcomeSettings

Property Value