what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / sreenivas reddy
automation frame work is nothing but a set of guidelines
designed by expert to accomplish a task in an
effective,eficcient and an optimised way.
there are 4 different types of frame work 1)linear 2)
modular 3)keyword 4)hybrid
max we follow keyword framework
keyword frame work is nothing but creating a software
structure like
1)scripts 2)object repository 3)test data 4)recovery
scenario 5)log files 6)library files etc
1)create scripts and save it in scripts component
2)create shared o.r and save it in o.r component
3)create test data and save it in test data component
etc
after creating all these components include the files or
components to script or qtp and execte the script
Is This Answer Correct ? | 265 Yes | 30 No |
Post New Answer View All Answers
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How are actions and functions different in QTP?
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)
Why do we use breakpoints in QTP?
Can we record an application running on a remote machine using qtp?
What is Port testing. Whhen will you perform?
Explain about the test fusion report of quicktest professional?
Is it possible to use two instances of UFT on the same machine? If not why?
Explain the types of object repository?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is an expert view and keyword view?
Does QTP run in any environment?
What are the main differences of qtp and win runner?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?