![]() |
RE: QTP - Exception 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: RE: QTP - Exception Handling (/Thread-RE-QTP-Exception-Handling) |
RE: QTP - Exception Handling - Unleash Rajesh - 06-09-2011 Exception Handling is used in QTP...How do v know that there wil be an exception in the scenario running at the first time..? RE: RE: QTP - Exception Handling - Ankur - 06-10-2011 Why have you used the polling feature of this forum? RE: RE: QTP - Exception Handling - rajpes - 07-05-2011 Run time exceptions can only be known at run time, if you are doubtful of your script throwing any exception,save your script and run once , if found any, stop execution,handle them appropriately(using recovery scenarios or simple conditional statements) before running again. |