Multiple Endpoints in same Test Suite
Hello, I am facing a problem while running the tests using command line. My test structure is as follows: Endpoints: EndPoint_1, EndPoint_2 and EndPoint_3 TestSuite 1 TestCase_1 with EndPoint_1 TestCase_2 with EndPoint_1 TestCase_3 with EndPoint_1 TestSuite 2 TestCase_1 with EndPoint_1 TestCase_2 with EndPoint_2 TestCase_3 with EndPoint_3 So, with this setup how to run all the test suites using command line testrunner ? I am using SoapUI Open Source. I am new to SoapUI, so please let me know if you want more information on this.6.6KViews0likes8Comments