Edit

Share via


TestPlanWithTestCasesCreateParams interface

Parameters for creating a test plan with test cases.

Properties

areaPath

Area path for the test plan.

featureWorkItemId

Feature work item ID associated with the test plan.

testCaseData

List of test case data.

testPlanDescription

Description of the test plan.

testPlanName

Name of the test plan.

Property Details

areaPath

Area path for the test plan.

areaPath: string

Property Value

string

featureWorkItemId

Feature work item ID associated with the test plan.

featureWorkItemId: number

Property Value

number

testCaseData

List of test case data.

testCaseData: TestCaseData[]

Property Value

testPlanDescription

Description of the test plan.

testPlanDescription: string

Property Value

string

testPlanName

Name of the test plan.

testPlanName: string

Property Value

string