Kathryn_O_Malle
16 years agoContributor
Remote execution of SoapUI testcases via Junit with customised testrunner.bat
Hi there,
We're working on executing end-to-end system tests using the following:
To enable us to run tests on both development and test servers we have created two versions of the testrunner.bat file.
http://www.soapui.org/userguide/commandline/functional.html, section JUnit Integration, talks about executing SoapUI testcases via Junit.
How do I please when executing SoapUI testcases via JUnit:
Many thanks
Adam
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
To enable us to run tests on both development and test servers we have created two versions of the testrunner.bat file.
- Version 1: default testrunner.bat points at our development environment
- Version 2: modified testrunner.bat file (called testrunner-test.bat) points at our test environment
http://www.soapui.org/userguide/commandline/functional.html, section JUnit Integration, talks about executing SoapUI testcases via Junit.
How do I please when executing SoapUI testcases via JUnit:
- Tell it to use our customised testrunner.bat instead of the default one?
- Pass it additional custom parameters using the -Denv command (which are added onto the end of command string used to execute SoapUI?
- Pass additional command parameters, for instance "-r -a -j" ?
Many thanks
Adam