Having Difficulty Passing Parameters Between Test Steps in a Test Case (REST Project)
Hello,
I am using SoapUI Open Source (REST program), and I am having difficulty figuring out how to do the following:
1) retrieve a parameter from a response returned from web service call — say, returned from Step 1 of TestCase1
2) take that response and pass it as a http method inputParam to Step 2 — e.g., http://endpointwhatever/someServiceCall?val1=inputParam
I found some guidance for this assuming I were to purchase SoapUI Pro, but I really don't want to do that just to perform what I assumed would be a fairly straightforward functionality.
Grateful for any response, Thanks!
Hi Rao,
I was able to get this to work via the Parameter Transfer tool in SoapUI. I had started a separate thread in the SoapUI NG forum here. Thanks for your help. If I can figure out how, I am going to say that this question is answered. Thanks again!