How do you handle an Exception in WR? Types of Exception available in WR?
Exceptions in WinRunner are handled using the Exceptional Handling Concepts. And the different types of exceptions available in WinRunner are as follows:
• Pop-up exceptions: Instruct WinRunner to detect and handle the appearance of a specific window.
• TSL exceptions: Instruct WinRunner to detect and handle TSL functions that return a specific error code.
• Object exceptions: Instruct WinRunner to detect and handle a change in a property for a specific GUI object.
• Web exceptions: When the Web Test add-in is loaded, you can instruct WinRunner to handle unexpected events and errors that occur in your Web site during a test run.

