Thread group properties: 1 thread, loop count forever. In recorded script there is run time controller, which has child Loop controller, which further has 4 child HTML pages.
When test is executed, it executes all HTML pages in order which are outside runtime controller, and the pages inside it are executed one by one eg. 1.html, then in next loop it will skip 1,3,4 and execute 2, in next iteration it will execute 3 an skip rest. Why is this happening?