NoCodeHere
8 years agoNew Contributor
HttpRequest Header Custom Parameter Variable
I have a Rest project that is based on a swagger.json file. I have environments set up for dev, test, etc. I need to create something like a variable that will contain an HttpRequest header parame...
- 8 years agoYou can create suite level custom property, say NAME1, and VALU1 ( change them to your need).
Whereever that above property is needed use property expansion i.e., ${#TestSuite#NAME1}
Hope this is useful.