1.

How Do You Handle Object Exceptions?

Answer»

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

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



Discussion

No Comment Found