Forum Discussion
- hokraniContributorNo...
I will elobrate more:
I want to create one unit which will contain all kind error handling function (like recovery scenario in QTP).
Then i wil go to implete for each test case say Test Case 1, Test Case 2 etc.( these are script ).
While implement each Test Case, i want to handle all kind error. Instead of writing once more error handling function i want to use unit which is defined at beginning.
Please let me know how to do it
Hi,
As far as I know, Recovery Scenario Manager in QuickTest Professional represents an event and exception handling mechanism. TestComplete does not have such a feature, but you can use the following approaches:
1. Using the project settings of the Playback group and the OnUnexpectedWindow event handler, you can handle unexpected windows that can appear during the execution of your tests in the needed way. For more information, see the "Handling Unexpected Windows" help topic.
2. As for handling exceptions in scripts, you can use the statements provided by the scripting languages to accomplish the task. Please refer to the "Handling Exceptions in Scripts" help topic for details.- hokraniContributorI got solution...thanks a lot for clarifying doubt.
Related Content
- 3 years ago
- 14 years ago
- 10 years ago
- 2 years ago