Forum Discussion

llamontagne's avatar
llamontagne
New Contributor
16 years ago

specifying multiple endpoints using the command line tool testrunner.bat

I have a soapUI project that contains 2 separate interfaces.  I’m trying to run soapUI using the testrunner.bat command and override the endpoint using the –e option.  The problem is, I need to specify 2 separate endpoints, but it appears you can only specify one endpoint.  Is there any way to accomplish this?

2 Replies

  • Steven_Yip's avatar
    Steven_Yip
    Occasional Contributor
    Hi Ole,

    I read the sourceforge post and have a follow-up question: If you go with the suggested approach of specifying endpoints via global properties, does that mean you need to abandon the -e option in the command line arguments?

    I have a test case which tests a number of interfaces, and all but one of them needs to be directed to the same endpoint (ie, only one interface needs to be re-directed elsewhere). I would have like to continue using -e, but have control over the endpoint *just* for that one particular interface.

    Thanks,
    Steve