Login
Remember
Register
Ask a Question
What Is The Basic Method To Automate Web Services In Soapui?
0
votes
asked
Nov 25, 2019
in
SOAPUI
by
rajeshsharma
What Is The Basic Method To Automate Web Services In Soapui?
#soapui-automate
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 25, 2019
by
SakshiSharma
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.
...