mpw83
13 years agoContributor
Send an email when testing failed
I have several SOAPUI projects in one workspace and I am executing all the project XML via bat file at once,
e.g : Content in the bat file
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project1.xml
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project2.xml
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project3.xml
I want to send a mail if one of above test fails..
Appreciated much if you can guide me to better way to do this , I am using SoapUI 4.5.2
Thanks
e.g : Content in the bat file
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project1.xml
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project2.xml
call "C:\SmartBear\soapUI-4.5.2\bin"\testrunner -A -r E:\SoapScripts\Web-Service-project3.xml
I want to send a mail if one of above test fails..
Appreciated much if you can guide me to better way to do this , I am using SoapUI 4.5.2
Thanks