how can we handle exceptional handling in qtp
Answer Posted / mogal
We can handle exceptions siuing below ways
1.On Error Resume Next - Skip the Error and continue the next stpes of execution
2. Recovery Scenarios
Select Resources > Recovery Scenario Manager. Create new Scenario > Specify the Trigger Event > Specify the Recovery Operation > Specify Post-recovery test run options
3. Conditional Statements ( If, ElseIf,Else,Do,While,...)
4.Synchronization Methods (Wait,WaitProperty,Sync,Exist)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between shared and local object repository?
What are the different attribute used with regular expression?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How many add-ins comes by default with quicktest professional (qtp)?
Explain QTP using different development techniques ?
Diff b/w test scenario's and test Procedures?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What are the technics follow in writing VB script?
What are the challenges you faced during you entire life automation ?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Explain the difference between call to action and copy action?
How to create runtime property for an object?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the different types of recording modes in qtp? Which will be used when?
If the objects hierarchy is changing from build to build, then how you will handle that condition?