'testrunner.bat' is not recognized as an internal or external command, operative program or batch file .
I am seeing this error when I use the option to launch "Test Runner" sopaui pro
This error is not taken from testrunner.bat due to cmd.exe .
Normally when you execute Launch a tester from SOPII option, it executes the follow-up command in SOAPUI_HOME \ bin :
cmd.exe / c testrunner.bat & lt; Arguments & gt;
Since testrunner.bat is located in this directory, this command should work, however there may be some error in your environment, check that testrunner Bat is present in a SOAPUI_HOME \ bin directory.
Alternatively, you can try adding SOAPUI_HOME \ bin testrunner.bat for each place in your environment < Code> PATH directory, doing so may help you solve your problem.
Hope it helps,
No comments:
Post a Comment