MW_Didata
7 months agoSuper Contributor
Use variable inside other vars default value
My Base URL has been changing a few times, Going over every item inside the namemapping to change the IP address to the website takes a while. So I want to make my BaseURL inside the namemapping a v...
- 7 months ago
I found a great solution,
By using Events onStartTest to run the Set_ProgramURLs function:
this way every time a test is run it will set the variables.
The only "issue" is that it gets run on every test in the executionplan, however since its just setting some variables it's probably okay.