Forum Discussion
1 Reply
- KarelHusaSuper Contributor
you can make project variables HeaderKey and HeaderValue and then use them as:
${#Project#HeaderKey}
${#Project#HeaderValue}in your tests. Then you can change both header key and value anytime you need.
If you only need to make a one-off change in your project, you can do that by find/replace in the project file(s) or by Groovy scripting (more complex).