Forum Discussion
baxatob
7 years agoCommunity Hero
Hi,
You can store the base URL in the variable, say -
baseURL = "http://abc.com:8080/"
Then use it in your test as a Code Expdession parameter like:
Project.Variables.baseURL + "login"
Hi,
You can store the base URL in the variable, say -
baseURL = "http://abc.com:8080/"
Then use it in your test as a Code Expdession parameter like:
Project.Variables.baseURL + "login"