Run SoapUI using a BAT file
An example : using bat file
@echo off
REM Please set the values for Endpoint,ResultFolder,and SoapPacLocation.
REM Written by Vinay Kumar Patil
REM Written by Vinay Kumar Patil
SET EndPointURI=http://xxxx/services/yyyy
SET ResultFolder=C:\projects\xxxxx
SET SoapPacLocation=C:\projects\1-soapui-project.xml
REM ********* Do not Edit the Below mentioned Code ************
cd C:\Program Files\eviware\soapUI-2.0.2\bin
testrunner.bat -e%EndPointURI% -r -a -j -f %ResultFolder% %SoapPacLocation%
testrunner.bat -e%EndPointURI% -r -a -j -f %ResultFolder% %SoapPacLocation%
No comments:
Post a Comment