ContributionsMost RecentMost LikesSolutionsRe: how to make the req URL variable for http testcase (to carry out the test in different environments) Thanks for the quick response. If I do that, this is what is happening. All the capital letters are appearing as small and it's not being recognized. Re: how to make the req URL variable for http testcase (to carry out the test in different environments) Thank you Lucian for the solution. Issue was with the Request Properties where the variable wasn't set correctly. how to make the req URL variable for http testcase (to carry out the test in different environments) Hi everyone.. I am new to SOAP UI (using open source) and trying to explore the available options. I need to create a test step HTTP Request for which I need to provide URL. The URL contains environment name hence I want to set it up as a variable. Ex: URL is https://api.<environment name>.base.be/ocapi/oauth/userdetails How do I achieve this? For SOAP and REST requests that I worked on earlier, I could use ${#Project#envName} to make environment name variable in the Endpoint URL, by setting the value as Project level parameter. However I am not able to do the same for Request URL Solved