Kathryn_O_Malle
16 years agoContributor
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...]
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...]