What is QTP Frame Work ,and i want it in detail
Answer Posted / haris
QTP framework is a set of good practices to support
testautomation.
the folder structure is frameworkfolder->folder with the
name of application->subfolders are
1.data
2.library
a.genericscript
b.configuration
3.mainscript
a.projectspecificscript
4.objectrepository
repository.tsr
5.log
6.results
7.environment.xml
8.moduledriver.vbs
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is qtpro?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
How to build scripts that access data from external sources?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How can I import environment from a file on disk?
How does you test a weblink which is changing dynamically?
What is checkpoints for quicktest professional?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What are the ways you can synchronize?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How does qtp identify objects in the application?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\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