Forum Discussion
thank you.
I already have GET request in test case.
I am not aware how to add data to input at url level for GET that we do same for Post.
please let m eknow.
Adding data to a Get request is similar, but slightly different from a Post.
Would you be able to provide a screen shot of the Get request you're working with in Ready! API so that we can further assist?
- varma1810 years agoOccasional Contributor
please find screenshot.
- SmartBearAmber10 years ago
Alumni
It looks like your request doesn't have any parameters associated with it yet. You'll need to add parameters to send in the data. For more information, see this document.
- varma1810 years agoOccasional Contributor
i am having a scenario i.e Input given at url level and also i have inputs at body level.
so how can i do datadriven test if i want to take multiple inputs at url level and also at body level..?
please see attached screenshot.
please let me know.