soapui - 'testrunner.bat' is not recognized as an internal or external command, operable program or batch file -


'testrunner.bat' not recognized internal or external command, operable program or batch file.

i'm seeing error while run tests using "launch testrunner" option in sopaui pro

this error thrown cmd.exe due testrunner.bat not found.

normally when execute launch testrunner option soapui, executes follow command in soapui_home\bin:

cmd.exe /c testrunner.bat <arguments>

since testrunner.bat located in directory command must works, maybe there error in environment. check if testrunner.bat exists located in soapui_home\bin directory.

alternatively can try adding soapui_home\bin directory in environment path in order execute testrunner.bat every location, doing you'll solve problem.

hope helps,


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -