Answer Posted / sandeep
This is one of the ways of error handling in QTP. When an
unpredictable error occurs in running the script, instead
of stpoing the execution the script moves on to the next
step and continues execution.
Thanks
Sandeep Shekar
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is a checkpoint? How many check points are there in qtp?
Explain in brief about the quicktest professional (qtp) automation object model?
after initiating one project for testing, when exacltly QTP tester role starts?
How to use descriptive programming?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Thanks....But can u tell me how i use the QTP for GIS with one Example...
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What are the differences between quicktest professional (qtp) and winrunner?
How to integrate the qualitycenter with qtp
How did you use regular expressions in QTP and also in WR?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me