Forum Discussion

mpw83's avatar
mpw83
Contributor
13 years ago

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

2 Replies

  • nmrao's avatar
    nmrao
    Community Hero
    Not sure if you could identify if the execution(call to testrunner) is successful or not.

    May be you can use continuous integration tools like Jenkins jobs to run your projects and send an email - this could be done easily.
  • thanks for the infor , but the problem is our build system is .net based in-house developed tool which SoapUI can not integrate.