Micro Focus QTP (UFT) Forums

Full Version: What is the errors handling ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.