Forum Discussion
- nmraoChampion Level 3You 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?- sfrNew 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,
- nmraoChampion Level 3Have you looked at the API docs?
- simonjdonnellyContributor
The solution for this thread might be what you're looking for:
Related Content
- 2 years ago
- 2 years ago
- 6 years ago