Service Virtualization

  • 1.  Unable to pass config file in Test Runner

    Posted Oct 23, 2017 12:31 PM

    Hi,

        Unable to run the test case from Test runner by passing the config filename in the test runner command,by default it is taking the project.config.The following is the command used

    cd "C:\DevTest\bin"

    "TestRunner  -u User -p passord -t "C:\Projects\Driver.tst" -cs local -m registryname -a -config ABC.config"

                                                                      Thanks,

    Regards,

    Vish



  • 2.  Re: Unable to pass config file in Test Runner
    Best Answer

    Posted Oct 23, 2017 01:13 PM

    Hi,

          Able to run the test case need to pass the config file name in " " and also full path.

    "TestRunner  -u User -p passord -t "C:\Projects\Driver.tst" -cs local -m registryname -a -config ""C:\Projects\ABC.config"

                                                               Thanks,

    Vish