共用方式為


TestResultParameterModel interface

測試反覆專案中的測試參數資訊。

屬性

actionPath

參考參數的測試步驟路徑。

iterationId

疊代識別碼。

parameterName

參數的名稱。

stepIdentifier

這是測試案例的步驟標識碼。 針對共用步驟,它是測試案例工作專案中共用步驟的步驟標識符;共用步驟中的步驟標識碼。 範例:TestCase workitem 有兩個步驟:1) 標識元 = 1 2) 共用步驟,標識符 = 2。 在共用步驟內:a) 標識符為 1 步驟的一般步驟 = 第一個步驟的 StepIdentifier 值:“1” 第二個步驟:“2;1"

url

測試參數的 URL。 在託管環境中已被取代。

value

參數的值。

屬性詳細資料

actionPath

參考參數的測試步驟路徑。

actionPath: string

屬性值

string

iterationId

疊代識別碼。

iterationId: number

屬性值

number

parameterName

參數的名稱。

parameterName: string

屬性值

string

stepIdentifier

這是測試案例的步驟標識碼。 針對共用步驟,它是測試案例工作專案中共用步驟的步驟標識符;共用步驟中的步驟標識碼。 範例:TestCase workitem 有兩個步驟:1) 標識元 = 1 2) 共用步驟,標識符 = 2。 在共用步驟內:a) 標識符為 1 步驟的一般步驟 = 第一個步驟的 StepIdentifier 值:“1” 第二個步驟:“2;1"

stepIdentifier: string

屬性值

string

url

測試參數的 URL。 在託管環境中已被取代。

url: string

屬性值

string

value

參數的值。

value: string

屬性值

string