Forum Discussion

krogold's avatar
krogold
Regular Contributor
5 years ago
Solved

How to stop a hanging test case

Hello,

 

I have a test case that contains a call to a shell script on a distant server. When I launch it, the operation goes to the end correctly but the test case in Soap UI remains "Running".

Is there a possibility to timeout testCases in ordrer to be able to continue the test, whatever the step result is ?

  • krogold's avatar
    krogold
    5 years ago

    Hello, thank you for replying, but on further investigations I found out that it was not a problem of request response. cleaning the databases solved the problem

     

    Alexandre

2 Replies

  • Hi krogold,

     

    If you use HTTP request to get the response you can set the timeout for the requests in the Preferneces->HTTP->SocketTimeout. Try it and let us know if it doesn't work for you.

    • krogold's avatar
      krogold
      Regular Contributor

      Hello, thank you for replying, but on further investigations I found out that it was not a problem of request response. cleaning the databases solved the problem

       

      Alexandre