Question:
How to set object and window timeouts for SAP windows?
Answer: You can use the "Set Timeout" action for the SAP Window itself to set
the window timeout. Certify doesn't provide a way to set an object
timeout for the SAP Interface. Please note that "Set Timeout" persists
the specified window timeout for the duration of the test, so if you
want to use "Set Timeout" to wait for a shorter time when you are
checking for those error message windows to appear, you should add
another Set Timeout step after the step which handles the error message
window to increase the timeout back to the default.
For SAP interface, default time out is 20 seconds for
window/object verification. SAP interface would report an error if that time
out expires without getting desired window/object. The time out can be reset
through an explicit SAP interface action "Set Timeout" available from Window
class. Once time out is set through this action it would be in effect through
the life of that execution until reset again with the same action. The
time out supplied by the user is measured in "Seconds".
For more information, please open the Certify online help and search for "Set Timeout".