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?
Answers were Sorted based on User's Feedback
Answer / justin brus
Use 'On error Resume Next' statement at the beginning of
the script
| Is This Answer Correct ? | 36 Yes | 1 No |
Answer / 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 |
Please explain about unicode compatibility in QTP. how we can able to use it. Please help me
Actually How do we use this Smart Identification Technology during Recording mode.
how we do database testing with qtp using descriptive programming?
22 Answers Nutrins, Rohit Technologies, Symphony, Syntel, TCS,
Where you can store check point results?
wht is Automation testing frame work. pls explain it
When and why to use descriptive programming?
How to release all resources file from the QTP?
Explain about datafile/verification of date file when file is not available in local system?
What is Environment Variable and when we apply this in QTP?
Tell some commonly used Excel VBA functions?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.