Forum Discussion

mvadaria's avatar
mvadaria
Occasional Contributor
7 years ago
Solved

how to run a composite project form testrunner

I am finding a documents where i can learn how to run a composite test project from testrunner. I couldn't find any documents for this. So opening a case to get more details about it. 

How to pass whole test project folder in test runner. I tried simple command like

 

"C:\Program Files\SmartBear\ReadyAPI-2.0.2\bin>testrunner.bat -ID:\SoapUI\testproejct\test-soapui-project"

 

under test-soapui-project, I have a settings.xml, element.order and all test suites folder. it didn't work, complaining for not able to find project file.I want to know how can i run all test suites with a single command. 

 

can someone please redirect me to documents or provide me an example?

 

Thank you!

  • Here's a sample testrunner.bat command I have for a composite project:

     

    testrunner.bat "-RTestSuite Report" "-EDefault environment" "C:\Path\To\Project\COMPOSITE_PROJECT_DIRECTORY"
    

    You reference the folder name instead of any one specific xml/file. 

3 Replies

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    Here's a sample testrunner.bat command I have for a composite project:

     

    testrunner.bat "-RTestSuite Report" "-EDefault environment" "C:\Path\To\Project\COMPOSITE_PROJECT_DIRECTORY"
    

    You reference the folder name instead of any one specific xml/file.