neerajshriv
6 years agoRegular Visitor
need groovy script to generate sample request from wsdl?
Hi,
I am new to groovy and have a requirement to create a sample request using wsdl and then sample request would be used to map with data extracted from an oracle table. We will be using many numb...
- 6 years ago
I'm a huge fan of SOAPUI's groovy support, however you do not need to use Groovy to do most of this, the bulk of it is supported natively in SOAPUI.
Creating a test project from a WSDL
https://www.soapui.org/soap-and-wsdl/getting-started.html
Creating boilerplate TestSuites fom the imported WSDL
https://www.soapui.org/docs/functional-testing/getting-started.html
Data Driven Testing
https://www.soapui.org/docs/data-driven-tests/functional-tests.html