Could you please explain me about QTP framework.
Answer Posted / giri
frameworks are set of defined rules for automating a test
process.it could be said as automation test approach
LINEAR FRAMEWORK – recording,enhancement,playback. here u
create scenarios, do recording based on
scenarios,enhancement is done for verifications, and
playback for execution
DATA DRIVEN – here an external database is maintained for
passing values to the actions in qtp. values are compeletly
passed only through this data sets.
KEYWORD DRIVEN – using the manually entered table tht
defines test object, operation, data and description , VB
scripts are automatically generated by QTP.
DESCRIPTIVE PROGRAMMING – it is the concept of execution of
scripts without the reference of object
DIALOG(“CLASS = DIALOG”,”CAPTION = Login”).Winbutton(“class
= Button”,”Text = OK”).Click
FUNCTIONAL/MODULAR – here the actions are declared as user
defined functions.these functions are called wherever
needed.
HYBRID FRAMEWORK – mix of any of the above framework are
classified as hybrid.depending on complexity of the
application, mixes are chosen.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
How to create runtime property for an object?
Key word driven framework
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to build scripts that access data from external sources?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How you can decide which type of object repository you have to use?
What are the types of data tables in qtp?
What test cases can you automate using QTP?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the XML file architecture ?