Forum Discussion
Pitney_Bowes_CT
12 years agoNew Contributor
My problem was that the batch file I was running wasn't in the soapUI bin folder. e.g. c:\work\myproject instead of the ..\soapUI-Pro-4.5.1\bin. The batch file runs but the logging settings didn't seem to be honored.
After adding a change directory to the bin folder in my batch file:
e.g.
cd C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin
loadtestrunner.bat -sOrders -c"Create Order" -l"LoadTest for Case 5" -fC:\Reports -E"Local machine" C:\myproject.xml
instead of just
loadtestrunner.bat -sOrders -c"Create Order" -l"LoadTest for Case 5" -fC:\Reports -E"Local machine" C:\myproject.xml
...the logging settings are used properly. Because loadtestrunner.bat was in the PATH, I expected it to run the same way wherever it was called.
Thanks for your help.
Steve
After adding a change directory to the bin folder in my batch file:
e.g.
cd C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin
loadtestrunner.bat -sOrders -c"Create Order" -l"LoadTest for Case 5" -fC:\Reports -E"Local machine" C:\myproject.xml
instead of just
loadtestrunner.bat -sOrders -c"Create Order" -l"LoadTest for Case 5" -fC:\Reports -E"Local machine" C:\myproject.xml
...the logging settings are used properly. Because loadtestrunner.bat was in the PATH, I expected it to run the same way wherever it was called.
Thanks for your help.
Steve
Related Content
- 6 years ago
Recent Discussions
- 8 hours ago
- 5 days ago