0 votes
in SOAPUI by

What Is The Basic Method To Automate Web Services In Soapui?

1 Answer

0 votes
by
Create a project and add the WSDL file

Add test suites, Test cases and Test cases- in that order

Include custom programming/validation using by adding Groovy steps

Call external data sources if using

Add assertions if necessary

Then RUN.
...