sorry i am bit newbie. can you please help me with while loop.
I need to store all values of tag from api response and make call with each value
can you please tell me how to store and how to call it.
Currently i have
.check(jsonPath("$…img").findAll.transform(_.map(selectRandomElementInList)).whatever.saveAs(“imageId”))
but now i need to select all values not just random
and then call
.get("/feedr/images/${imageId}")
here i am trying to call “.get(”/feedr/images/${imageId}")" with each value of imageid