Forum Discussion

automatoramit's avatar
automatoramit
Occasional Contributor
10 years ago

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. 

 

 

    • nmrao's avatar
      nmrao
      Champion Level 3

      You can use a property file, say soapui.properties to define all the properties that you needed. Use these properties as endpoints in your suites.

      And this properties needs to be in the same place where you invoke the test runner, and those gets loaded automatically.

      • SUDIP2307's avatar
        SUDIP2307
        Frequent Visitor

        Hi 

        Can you please give me sample of properties file and also how to call these properties while running from command line.