Forum Discussion

NoCodeHere's avatar
NoCodeHere
New Contributor
7 years ago
Solved

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...
  • nmrao's avatar
    7 years ago
    You 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.