Micro Focus QTP (UFT) Forums
What is the errors handling ? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: What is the errors handling ? (/Thread-What-is-the-errors-handling)



What is the errors handling ? - keni - 10-24-2009

Hi,
In my previous project, I worked a little with QTP. I must say that I can't now return on QTP. But surely, in a future project.
In fact, in our team, we had problem with the fact that different part of the portal were changing. When we returned in a previous stored QTP scenario, it was false at the moment where a new variable arrived. And all our testes were stopped. So, my question is : how can we do with the errors handling ("gestion des erreurs" in french, my mother tongue ?
Sad
Excuse myself for my English language.


RE: What is the errors handling ? - Saket - 10-26-2009

Error Handling or Exception handling is a construct designed to handle the occurrence of exceptions.
In QTP, Error handling can be done using Recovery scenario Manager which supports or using error handling statement 'On Error Resume Next' in expert view.
Search this Forum for more info and examples on error handling.