Change dynamic variable in loop Rest SoapUI
Hi! I can't dynamic change variable in URL. I have URL for example: https://community.smartbear.com/t5/1234?action=update?status=acive and I would like changedynamic in loop paramter '1234'. For example I have array ids = [1,2,3,4,5,6,7] and I woulde like to create TestCase witch excute seven time restRequest with varoius {id}. So I create TestCase (GroovyScript and RestRequest) but I don't know how change value {id} and make this in loop. Do you have any ides?Solved3.1KViews0likes4Comments