chathurad
7 years agoContributor
How to add two blank parameters on the URL
There is a GET API which looks like below.
https://xxxx.amazonaws.com/dev/school/nearby/New Zealand/Wellington
This is how its defined at swaggerhub.
/dev/school/nearby/{country}/{city}
How should i implemant this on SoapUI. I have previusly work with 1 Curly brackets values , But dont no how to work with 2 Curly brackets values.