共用方式為


TestPlanWithTestCasesCreateParams interface

使用測試案例建立測試計劃的參數。

屬性

areaPath

測試計劃的區域路徑。

featureWorkItemId

與測試計劃相關聯的功能工作專案識別碼。

testCaseData

測試案例資料清單。

testPlanDescription

測試計劃的說明。

testPlanName

測試計劃的名稱。

屬性詳細資料

areaPath

測試計劃的區域路徑。

areaPath: string

屬性值

string

featureWorkItemId

與測試計劃相關聯的功能工作專案識別碼。

featureWorkItemId: number

屬性值

number

testCaseData

測試案例資料清單。

testCaseData: TestCaseData[]

屬性值

testPlanDescription

測試計劃的說明。

testPlanDescription: string

屬性值

string

testPlanName

測試計劃的名稱。

testPlanName: string

屬性值

string