Forum Discussion

newtoapi's avatar
newtoapi
New Contributor
5 years ago
Solved

Unable to launch TestRunner. Getting error code 127

Error log: Running ReadyAPI TestRunner for [Auth APIs RegressionV3]
directory: /Users/zde882/Desktop/untitled folder 2
command: sh -c ./testrunner.sh "-sOTP APIs TestSuite" "-cValidate Pin TestCase_Intellix" -r -a -j -J -f/Users/zde882/Documents/GalaxyGuardians/Regression -g "-RTestCase Report" -FPDF "-EDefault environment" /Users/zde882/Downloads/auth-apisV3_ReadyAPI_Automation-master/Auth-APIs-RegressionV3-soapui-project.xml
sh: ./testrunner.sh: No such file or directory

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    It is clear from below error message that user is not launching the command from correct directory
    "sh: ./testrunner.sh: No such file or directory"

    Go to the READYAPI_HOME/bin directory and run the command.
    Make sure user has execution permission to testrunner.sh file.
    • newtoapi's avatar
      newtoapi
      New Contributor
      Thank you for your response.
       
      I'm on mac and not able to find READYAPI_HOME/bin directory. Can you please help?