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 / krish
Thanx Justin
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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 to interact tool & application build in QTP?
What is the difference between run time object and test object in QTP?
what is output value in QTP and how it can be used in automation testing
What is test object model in quicktest professional (qtp)?
how to test load test and block box testing an a web based application pls give ans briefly
What is qtpro? What is quick test pro?
Explain advantages and disadvantages kdf?
Explain object spy in qtp.
How many ways we can parameterize data in quicktest professional?
How to handle the exceptions using recovery secnario manager in quicktest professional?
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
How QTP identify the system time that's changes every seconds?
Through array we can execute the testcase how ? give me example
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?