Protocol used - WebHttp/Html
Is it possible to get the next row value from the parameter file and use it with in the same iteration?
Eg: in my script I am reading the parameter file to get the count of entries.I want to do a for loop (as many times as the number of entries) and for each increment of for loop I want the next row value from the parameter file.
Is it possible?