Forum Discussion

garytam's avatar
garytam
New Contributor
11 years ago

testrunner.bat is not recognized as an internal or external

Try to launch the TestRunner from SoapUI Pro 5.0. But gettting the error popup

Running SoapUI TestRunner for [ACTIVATION_Sprint3]
directory: D:\SoupUIProjects\retest-NGIIB1\sprint-3\testRunner_result\2014-08-06\NGIIB1-569
command: cmd.exe /C testrunner.bat -sNGIIB1-20 -c"NGIIB1-569- SIM suspended" -r -a -j -fD:\SoupUIProjects\retest-NGIIB1\sprint-3\testRunner_result\2014-08-08\NGIIB1-554 -o -R"TestSuite Report" -EDefault D:\SoupUIProjects\ACTIVATION\acceptance\ACTIVATION_JUnit_SOAPUI\src\soapUI-workspace\ACTIVATION-Sprint3-soapui-project.xml
'testrunner.bat' is not recognized as an internal or external command,
operable program or batch file.


Then I upgrade to SOAPUI Pro 5.1.0. Still have the same problem.

Anyone have idea what may be the problem ?

Thanks
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    Either specify absolutepath of testrunner.bat or add environment variable SOAPUI_HOME, and %SOAPUI_HOME%\bin in your %path% of the system then you testrunner.bat will be recognized.
  • garytam's avatar
    garytam
    New Contributor
    nmrao wrote:
    Either specify absolutepath of testrunner.bat or add environment variable SOAPUI_HOME, and %SOAPUI_HOME%\bin in your %path% of the system then you testrunner.bat will be recognized.


    Thanks Rao, that works for me.

    Cheers
    Gary