I open login gmail page after that QTP is not able to
identify the object present in it then what u will do
Answer Posted / srihari
systemutil.Run"iexplore.exe","http://www.gmail.com"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the main differences of qtp and win runner?
Name the different types of recording modes?
how to find that tools work well with ur existing system?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How does qtp identify gui object?
What test cases can you automate using QTP?
What is throw object?
How many lines of code in each script of QTP?
How do you delete unwanted results in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
Explain the check points in quicktest professional (qtp)?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
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
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?