Forum Discussion

Chinnu's avatar
Chinnu
New Contributor
15 years ago

Groovy script in SOAPUI too

Hi,
I need help from you regarding the use of Groovy script in SOAPUI.
Currently am using SOAPUI plugin in Eclipse IDE, and wanted perform the following task,

1) I need to reterive the test data from the excel sheet
2) The test data needs to put in request xml and test case should be executed.
3) Then i need to campare the test result (Response xml) with the data in the execel sheet.
4) Then report needs to be generated in SOAPUI tool

And all above task needs to be performed with help of groovy script SOAP UI.

Note: - I have come know that there are some limitations in (SOAPUI)plugins usage in eclipse IDE, do i need to use SOAP UI Pro new version?

Thanks,
Chinnu Subramaniam
  • You could do this with the open source version of SoapUI, but I would highly recommend getting the pro version, since DataSource Steps in it would make the job a lot easier.

    /Nenad
    http://eviware.com
  • How do I edit the system properties to point to a different location on my harddrive (i.e. to c:\temp\.JxBrowser ) ?

    Thanks
  • Chinnu's avatar
    Chinnu
    New Contributor
    Hi,

    Thanks for your reply,
    But I need code snippets (Groovy Scripts) for the above mentioned tasks.


    Thanks,
    Chinnu Subramaniam