SiKing
15 years agoCommunity Expert
running same tests on a different server/environment
Hi all.
I am running SoapUI 3.5.1.
I wrote a test suite in the SoapUI GUI (I am not up to Eclipse yet), and (for the sake of this discussion) I wrote and ran the suite against "serverA". The suite runs fine.
How do I now run my suite from the SopaUI GUI against a new "serverB"?
I automated my suite using the testrunner.bat, and I always use the -h to point it at different servers, for example: 'testrunner.bat -hserverA my-project.xml'.
Today I had to verify a new environment, on serverB. I ran my suite with 'testrunner.bat -hserverB my-project.xml'. Looking through the soapUI.log, I see a whole bunch of:
All the actual tests ran against serverB, however, what if serverA is now completely offline? How do I get _everything_ in my suite to point to serverB?
TIA.
I am running SoapUI 3.5.1.
I wrote a test suite in the SoapUI GUI (I am not up to Eclipse yet), and (for the sake of this discussion) I wrote and ran the suite against "serverA". The suite runs fine.
How do I now run my suite from the SopaUI GUI against a new "serverB"?
I automated my suite using the testrunner.bat, and I always use the -h to point it at different servers, for example: 'testrunner.bat -hserverA my-project.xml'.
Today I had to verify a new environment, on serverB. I ran my suite with 'testrunner.bat -hserverB my-project.xml'. Looking through the soapUI.log, I see a whole bunch of:
2011-01-31 08:17:28,988 INFO [SchemaUtils] Loading schema types from [https://serverA/WebServices/SVPSWebService/CardComponent/CardInformation.asmx?WSDL]
All the actual tests ran against serverB, however, what if serverA is now completely offline? How do I get _everything_ in my suite to point to serverB?
TIA.