Forum Discussion

helgi's avatar
helgi
Occasional Contributor
8 years ago

SoapUITestCaseRunner Delay

Hi!

 

While running test cases via testrunner.sh on a Linux machine I'm getting next logs:

14:27:36,812 INFO  [WsdlProject] Loaded project from [file:project.xml]
14:27:36,823 INFO  [SoapUITestCaseRunner] Running SoapUI tests in project [qr]
14:27:36,823 INFO  [SoapUITestCaseRunner] Running TestCase [TestCase 1]
14:27:36,831 INFO  [SoapUITestCaseRunner] Running SoapUI testcase [TestCase 1]
14:27:36,837 INFO  [SoapUITestCaseRunner] running step [QR - Request 1]
14:28:27,227 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
14:28:27,227 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: POST endpoint HTTP/1.1
14:28:28,506 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK
14:28:28,515 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely
14:28:30,589 INFO  [SoapUITestCaseRunner] Assertion [SOAP Response] has status VALID
14:28:30,612 INFO  [SoapUITestCaseRunner] Finished running SoapUI testcase [TestCase 1], time taken: 53735ms, status: FINISHED

Why is it so big delay between:

14:27:36,837 INFO [SoapUITestCaseRunner] running step [QR - Request 1]

and
14:28:27,227 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request

 

About 51sec.

 

Thanks.

Oleg.

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    You need to check your application response time, I belive that is time that took for your application to respond? Isn't it?
    • helgi's avatar
      helgi
      Occasional Contributor

      Hi Rao.

       

      But in my logs that I provided in the post I have:

      14:28:27,227 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: POST endpoint HTTP/1.1
      14:28:28,506 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK

      So receiving  response from my SOAP service takes not too much time.

       

      Thanks.

      Oleg.