Hey
Mis3,
So,i just want to be clear....i tend to get confused easily so its easier to just clarify everything up front.
Question1. You have some multiple testdata records helds in either a single file or multiple files (one record in each testdata file) on your laptop. Is that right?
Question2. You have a single api endpoint which you want to send the content in these testdata files. Is that right?
Question3. Youve been given a wsdl file to help you setup the required tests. Is that right?
Question4. You mention a wsdl, so this is a SOAP request. Is that right?
Question5. The content of your testdata defined records. Is it whole xml instances (which youve been told is the payload for you SOAP requests) or have you just got a list of attribute values in your testdata that has been mapped to xml tags within a predefined payload?
Question6. What level of setup and automation is required? Do you want a single testcase to loop through your testdata (which requires groovyscript) or is it acceptable for individual testcases, 1 testcase for each testdata permutation defined?
Cheers,
Rich