I have a 10 lines of qtp script, while executing i got an
error at line 7 but i dont want to stop the execution i want
to continue the execution up to last line and display the
test result window, wts the syntax we use?
Answer Posted / chinmayee
There are 3 ways to handle unhandled exception
1)File -settings run-run settings tab
2)recovery scenarios which can be done with ettings or programtically using recovery object
Resources
recovery scenario manager
scenario
add recovery scenario from function library or else add function defination to library
for trigger events 1)object state error
2)pop up window
3)application creash
4)tset run error
3) Vb script error handlers like on error resume next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to find that tools work well with ur existing system?
What are the data types in qtp?
Explain process of smart Identification in QTP?
What is the difference between qtp and selenium?
What is a data driven test in qtp?
What is quicktest professional (qtp window?
How to modify the text checkpoint?
How can I change object description or check point values in qtp?
What is the significance of “action 0” in qtp?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Can we use index on view?
what could go wrong with test automation?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How to check bitmap output value?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John