How to stop a hanging test case
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019
07:27 AM
07-04-2019
07:27 AM
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 ?
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019
02:35 AM
07-09-2019
02:35 AM
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.
Kirill Zakharov
Customer Care Team
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019
05:02 AM
07-12-2019
05:02 AM
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
