Interview Questions

How do you handle object exceptions?

Mercury WinRunner FAQ


(Continued from previous question...)

How do you handle object exceptions?

During testing, unexpected changes can occur to GUI objects in the application you are testing. These changes are often subtle but they can disrupt the test run and distort results.
You could use exception handling to detect a change in property of the GUI object during the test run, and to recover test execution by calling a handler function and continue with the test execution

(Continued on next question...)

Other Interview Questions