08-27-2009, 07:58 PM
Hi Basanth, mentioned below are the details:[/b]
1. define_tsl_exception: function defines a simple recovery scenario for a TSL exception event. A TSL exception event is a TSL return value that can cause an interruption in the test run.
2. define_popup_exception: function defines a simple recovery scenario for a pop-up exception event. A pop-up exception event is a window that pops up during the test run and interrupts the test.
3.exception_on: function enables detection and handling of a previously defined recovery scenario. During test execution, WinRunner will detect and recover from an exception only if you have activated the recovery scenario before the exception occurs.
4. exception_off: function disables the detection of the specified recovery scenario. To enable exception handling, use the exception_on function.
5.exception_off_all: function disables all previously activated recovery scenarios.
Please see if you can help me thorugh. Thank You
1. define_tsl_exception: function defines a simple recovery scenario for a TSL exception event. A TSL exception event is a TSL return value that can cause an interruption in the test run.
2. define_popup_exception: function defines a simple recovery scenario for a pop-up exception event. A pop-up exception event is a window that pops up during the test run and interrupts the test.
3.exception_on: function enables detection and handling of a previously defined recovery scenario. During test execution, WinRunner will detect and recover from an exception only if you have activated the recovery scenario before the exception occurs.
4. exception_off: function disables the detection of the specified recovery scenario. To enable exception handling, use the exception_on function.
5.exception_off_all: function disables all previously activated recovery scenarios.
Please see if you can help me thorugh. Thank You