TestPlanWithTestCasesCreateParams interface
使用測試案例建立測試計劃的參數。
屬性
| area |
測試計劃的區域路徑。 |
| feature |
與測試計劃相關聯的功能工作專案識別碼。 |
| test |
測試案例資料清單。 |
| test |
測試計劃的說明。 |
| test |
測試計劃的名稱。 |
屬性詳細資料
areaPath
測試計劃的區域路徑。
areaPath: string
屬性值
string
featureWorkItemId
與測試計劃相關聯的功能工作專案識別碼。
featureWorkItemId: number
屬性值
number
testCaseData
testPlanDescription
測試計劃的說明。
testPlanDescription: string
屬性值
string
testPlanName
測試計劃的名稱。
testPlanName: string
屬性值
string