What is pop up in exceptional handling

Showing Answers 1 - 1 of 1 Answers

adisgee

  • Aug 2nd, 2007
 

1. Exception handling is a concept of handling some erroneous or unexpected activity by the application.

2. One thing is usually applicable to WinRunner: If you havent been able to record the object within the repository, usually there is no way of handling it.

3. Now any exceptions, such as a window which pops up unexpectedly on the AUT stating: "Unexpected Error" - functionality will be terminated", will be determined as an exception.
 
4. The way to handle this is capture this window by hook or crook and store it in the gui file. Then define the exception and the "pop up" will basically be the logical name for the window defined.

5. WinRunner will then continuously keep on scanning/looking or the appearance of this window throughout its execution.

Hopefully this answers the question,

Thanks,
Aditya.

  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