Tuesday, 16 August 2011

Run the SoapUI Pac using BAT File

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
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%



No comments:

Post a Comment