Closed mypark closed 7 years ago
Use double curly braces {{keyword}}. Please find the documentation for dynamic request generation here.
How to reference in payload body parameters from PARAMS tab? Suggested {{ParamName}} does nto work..
PARAMS tab is to display the Query String parameters. I think I should rename this tab to QueryString. You can not reference parameters from the PARAMS tab.
You can reference parameters you declared in the environment window and dynamically created parameters in the script tab.
I think I should rename this tab to QueryString
Yeah, you definitely should.
How are params and dynamic properties set? I couldn't find documentation for it. For instance, in postman, you can set environment variables which you then interpolate into your request by using {keyword}