05-27-2011 09:12 PM
I created a sequence where it needs to connect to a server. Can I know how can I create a timeout, if (example) after 10 seconds, it could not connect to the server, it will fail and quit the flow? Thank you!
05-31-2011 02:58 PM
Hi Faithict,
You will not be able to create a timeout in TestStand itself but you can insert a check in your module code that checks and sends the error back to testand signalling a failure. I hope that this answers your question.
Regards,
Perry S.
06-01-2011 10:27 AM
It really depends on what you mean by "connect to a server". How are you connecting? What is the communication's protocol? This isn't really a TestStand question though unless the server you are talking about is one that comes with TestStand, it's really a question related to whatever communications protocol and API you are using to talk to the server.
-Doug