I have a property file like this
baseurl=xxx
secondUrl=${baseurl}path1
thirdUrl=${baseur}path2
if I pass baseurl value in the commandline using -q, i can get value of baseurl correctly but I am not getting value of secondUrl which should be baserul+path1. Any suggestion how to pass value of baseurl in secondurl and thirdurl
I can anyways append baseurl value on Jmeter UI itself but if there is way to pass baserul so that secondurl and thirdurl also have it would be good
Gurnam Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.