Hi Team,
I need to hit different URLs as shown below
https://somdomain.com/v1/{value1}?apikey=somekey
https://somdomain.com/v1/{value2}?apikey=somekey
.
.
httpps://somdomain.com/v1/{valueN}?apikey=somekey
All these values (vaue1, value2 …valueN ) are from some properties file.
Each URL will have unique path param values , How to achieve this functionality with dynamic URLs/Scenarios. I need Java based program only (no Scala) ?