When we are testing an application through winrunner how can we handle the exception manually

Showing Answers 1 - 4 of 4 Answers

Sriharsha

  • May 29th, 2006
 

hi...........

Exception can be of following 5 types:

Crash

Pop Up

TSL

Object

Web

U have Exception Handlers in tools menu....make use of that

 

  Was this answer useful?  Yes

nil

  • Jun 9th, 2006
 

Hi shri......

thanks for your comment..........but

My question is without using the tool how can we handle the exception. ie how manualy we can handle.

  Was this answer useful?  Yes

raj

  • Jun 13th, 2006
 

what is the use of exception handling

  Was this answer useful?  Yes

Senthil Kumar P

  • Oct 26th, 2006
 

Once you defined the exception in recovery manager. You can activate/deactivate the exception wherever you want

 

  1. Exception_on(?exception name?);

 

To activate the exception

 

  1. exception off(?exception name?);

 

To deactivate the exception.

 

Note: Once you defined the exception in recovery manager, the exception activated by default.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions