Forum Discussion
SteveM
13 years agoOccasional Contributor
To use global vars from the command line you have to label them as global. To get the endpoint property to pass. This isn't the cases in the requests themselves or in the GUI.
Updating from ${endpoint} to ${#Global#endpoint} makes the var pass successfully.
So moral of the story is always append the property prefix (global, testsuite, testcase, etc).
I hope this helps someone with the same problem in the future.
Updating from ${endpoint} to ${#Global#endpoint} makes the var pass successfully.
So moral of the story is always append the property prefix (global, testsuite, testcase, etc).
I hope this helps someone with the same problem in the future.