Forum Discussion
nmrao
7 years agoCommunity Hero
You could add a REST step using SoapUI easily.
Why do you need that? or use case please if you could not use the Out of the box SoapUI feature to do so?
Why do you need that? or use case please if you could not use the Out of the box SoapUI feature to do so?
sfr
7 years agoNew Contributor
I'm developing a framework that automates api testing with groovy without using the soapui box, the goal is to externalize the requests in config files
For that I tried:
def tc = suite.addNewTestCase (testCase)
tc.addTestStep (HTTPREQUEST_TYPE, url [i], method)
this script generates an http request, but I need a REST request.
thank you,
- nmrao7 years agoCommunity HeroHave you looked at the API docs?