SOAPUI to RQM commandline throwing error that cannot find path, is there an issue with my syntax?
Hello, When I run my SOAPUI to RQM command line script I keep getting this error:
The system cannot find the path specified.
This is the syntax of my commandline script, is there something I have mixed up which is causing the system to throw this error?
rem This script is designed to be run from RQM command line adaptor.
Many thanks for your help! |
Accepted answer
Hi Milana,
The directory containing testrunner.bat should be in the Windows PATH so that it can be found and executed. I suspect that will be the path to the SoapUI installation in Program Files or Program Files (x86). Please add the correct SoapUI path (that contains testrunner.bat) to your system PATH variable then bring up a new Windows cmd prompt (start > run > cmd) and ensure 'testrunner.bat' can be executed from cmd. If it can, it should run from the CLA script as well. Thanks, Brett Milana M selected this answer as the correct answer
Comments
Milana M
commented Jul 30 '15, 6:37 p.m.
Hello, Thank you, this definitely helped. The final nuance that made all the difference was aligning the testrunner.bat line item inside the RQM integration script to match the same syntax as the folder structure inside program files. In this case, the testrunner.bat was generating a line which said "SOAPUI Pro 5.1.2" but the program file folder structure was denoted as "SOAPUI-Pro-5.1.2". The lack of hyphens in the first one created an error.
Thank you for your help!
Milana |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.