Interview Question
Qus: What are the different Setting of the REPEAT Counter?
The REPEAT step's Count property specifies the maximum number of times the server re-executes the child steps in the REPEAT step.
If you set "Count" to The REPEAT step:
0 Does not re-execute children.
Any value > 0 Re-executes children up to this number of times.
-1 or blank Re-executes children as long as the specified Repeat on condition is true.
Answers (1)
If you set "Count" to The REPEAT step:
0 Does not re-execute children.
Any value > 0 Re-executes children up to this number of times.
-1 or blank Re-executes children as long as the specified Repeat on condition is true.