Forum Discussion

Informaniac's avatar
Informaniac
New Contributor
8 years ago

Getting Http 400 Bad Request response while running TestRunner

I am getting this error while running a testsuite using the Launch TestRunner option.

 

SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 400 Bad Request.

 

There are 5 test steps. Out of 5 test steps, the 1st step runs fine and then I get this message for the rest of the steps.

3 Replies

  • fazlook's avatar
    fazlook
    Frequent Contributor

    Please post your steps. Do they work if you run them one by one ?

  • Informaniac's avatar
    Informaniac
    New Contributor
    Hi
    I am calling the same method in the service with different input parameters for each step.

    It works fine if I run the testsuite. It doesn't run only when I run using the testrunner
    • fazlook's avatar
      fazlook
      Frequent Contributor

      Did you add assertions for all your methods ? Please post an example of what you doing so we could understand where the problem is.