Regression test over multiple endpoints - GoIntegration/SoapUI-Projects GitHub Wiki

  1. Define all the endpoints for interface to be tested.
  2. Use three groovy scripts available in sources.
  3. Put all real requests between Groovy Script 4 and Groovy Script 2.
  4. Run your Test Runner. It will run it for all the end points defined in service interfaces.
  5. Njoy!