Forum Discussion

elibio19's avatar
elibio19
New Contributor
11 years ago

Dinamic calls to WebServices

I have this call to a services category/${Properties#Id}
How can i call with a dinamic values? I have a lot of ids and i want to call the service often

1 Reply

  • PaulDonny's avatar
    PaulDonny
    Regular Contributor
    For this I would use a groovy controller script to loop through a collection of IDs, set the property and then run the test step.