I Need to login and fill a form and save it in my application. I want to keep the only the form in the loop and execute a loop for 2 or times. when I login to the application ICSID is created and i need to pass the extracted (ICSID) to the variable as ExtractedVariable and passed to the required fields as ${ExtractedVariable_${loop_counter}} but it's not working. Do I need any additional changes in my script??
One of the variable extractor in my script, fetching the value during 1st loop execution and passing it through the script. But when it fetches for 2 loop or more it not working and the extracted Value created only when i login and Is it mandatory to keep the extracted request step into the loop