Forum Discussion

Kathryn_O_Malle's avatar
Kathryn_O_Malle
Contributor
16 years ago

Full Junit code executing SoapUI testsuites / testcases request

Hi there,

We're working on executing end-to-end system tests using the following:

IBM Rational Functional Tester(v8) [RFT] executing automated tests written in Java
SoapUI Pro 3.0.1 executing webservice testsuites / testcases

Within the IBM RFT scripts there are points that I need to execute SoapUI testcases. From what I've seen on the SoapUI website using Junit would be a good controlled, way to do this. I would be able to execute remotely SoapUI testcases and also know the execution result for each testcase (pass / fail).

So far I've only been able to find code snipets on the SoapUI website. Do you have a full junit code example showing all the required imports, extends, etc for executing SoapUI tests from junit? This would be rather helpful... 

Many thanks
Adam
[NB: Newbie to this hence the beginers question...]

1 Reply

  • Hi Adam,

    I'm sorry, the only example currently available is the one at http://www.soapui.org/userguide/command ... ntegration, you will need to add more or less all libraries in the soapui\lib folder and the core soapui-xx.jar (in the soapui\bin folder) to your classpath, then the "resolve imports" functionality in your Java IDE should be able to generate the required imports for you.

    Hope this helps!

    regards,

    /Ole
    eviware.com