|
|
|
|
|
TestAddIteration (Function) In french: TestAjouteItération
Not available
Adds an iteration into the current test and gives the values of test parameters for this iteration. Remark: This function can only be used in the code of an automation test.. It must be used in the "Before the test" event.
TestAddIteration(1, 0, 1)
TestAddIteration(2, 2, 4)
TestAddIteration("a", "b", "ab")
Syntax
TestAddIteration(<Parameter 1> [, <Parameter 2> [... [, <Parameter N>]]])
<Parameter 1>: Variant First parameter that will be passed to the test. This parameter was defined in the "Test scenario" event. <Parameter 2>: Optional variant Second parameter to pass to the test. This parameter was defined in the "Test scenario" event. <Parameter N>: Optional variant Nth parameter that will be passed to the test. This parameter was defined in the "Test scenario" event. Business / UI classification: Neutral code Component: wd300testexe.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|