how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted /
Hi Sudhanandareddy,
Will you pls send me qtp material and ppt.My mail Id is
anupama_gadhe@yahoo.com
Thanks in Advance...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What is the difference between qtp and selenium?
How to analyzing test results using quicktest professional (qtp)?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is Distributed testing? How does UFT support it?
Explain how Does Run time data (Parameterization) is handled in QTP?
diff between qtp versions from 8.5
Which recording modes need more memory?
How does qtp recognize objects in aut?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
In qtp, explain what is qrs file?
Can launch two instances of qtp on the same machine?
How to use transactions in qtp?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?