Forum Discussion

ashu248's avatar
ashu248
Contributor
6 years ago
Solved

get soapui version using cmd

hi, how can we find soapui is installed on machine or not using command prompt. Example: like java after setting JAVA_HOME and path we are able to find the version on cmd using java -version ...
  • nmrao's avatar
    nmrao
    6 years ago

    ashu248 

    You may define environment variable say READYAPI_HOME in that machine and define the value.

    While invoking, call

    %READYAPI_HOME%\bin\testrunner.bat


    In the command line, you can see the value of the READYAPI installation location by running command

    echo %READYAPI_HOME%

    Before defining the environment variable, command returns nothing.

    Not sure about maven though.