Forum Discussion
1 Reply
Sort By
- KarelHusaChampion Level 2
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).
Related Content
- 5 years ago
- 2 months ago