Forum Discussion

SKGREENWOOD's avatar
SKGREENWOOD
New Contributor
13 years ago

SoapUI PRO 4.5.1 Test Case URL is wrong

I have a Test Suite with many Test Cases. The IP address in the test steps correctly shows a.b.c.110 but the url button on the Test Case incorrectly shows a.b.c.111. When I run the Test Case or Test Suite it uses the correct/intended one of .110 but it is confusing that the Test Case incorrectly shows .111. (Note .111 is a 2nd instance that I use infrequently)

Please advise if this is a bug or how I may see consistent URL information.

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    There can be more than one way to control it, but it depends upon the user comfortability.

    The way I use is, go to the service interface, double click it. There you would see the endpoint details. Define it as ${#Project#ServiceEndpoint}/remaining/path and assign to all test cases. Now go to custom properties of project, define ServiceEndpoint property and value as http://servername:port. In case, if there is any confusion, please have a look at the raw request and response where you would find the exact url the service was hit.

    Hope this helps.
    Regards,
    Rao.