- Within a test case the various sub iteration counts under iteration 1 represent the different sets of data against which the test case is going to be executed in a loop
- In general, there can be any number of sub iterations under an iteration and at the same time there can be any number of iterations in a datasheet. Execution of an iteration is nothing but executing all the sub iterations under that iteration.
- In the design panel only the sub iterations of iteration 1 is executed, the sub iterations of other iterations are considered only from the execution panel.
Please open the demo project > Basic Features scenario >Iterations&SubIterations test case to understand a sample test case on the above concept.