Answer Posted / sandeep guttikonda
The word framework tell us it is am outline sketch or it a
planning we do before perfomring the task and also it
indicates what we do too.
Here in QTP frameworks are braodly divided into 4 types:
1) Linear Frmework
2) Action Framework or Modular Framework
3) Data Driven Framework
4) Keyword Driven Framework
Note: Any combination of above listed frameworks known as
Hybrid Framework.
Linear Framework: Here we prepare the script using record
and playback method.
Modular or Action Framework: Here we prepare the script
using Reusable Action. Here we have multiple action in role
play and follows Master Action and Sub actions (Reusable
actions) concept.
Data Driven Framework: Here we drive the script with the
help of data in the sheets.
Example: A login page having username and password and
login button.
We need to test the whether the members of the page are
successfully logging in or not into the page.
Hence here we right the script in one action and test with
multiple test data driving from the sheets.
Keyword Driven Framework: Here we prepare the script by
using the functions and drive the script with the keywords
(function Names).
Hybrid Framework: Most in End to end scenario cases (
System Integration Testing) we will go for Hybrid Framework.
If you need amy further info, please let me know.
Thanks.
Regards,
Sandeep Guttikonda.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Is it possible to call from one action to another action in qtp?
Explain the features and benefits of quick test pro(qtp)?
How can you give wait up to 10 seconds in qtp?
How do you create regression test packs?
Whats the realtime QTP testing process
what is keyword driven testing in qtp?n how is it useful?
How to use conditional loops in qtp ?
How to check feasibility of the appliction?in automation testing?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What do you mean by iteration?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How to create scenario selector
How to find the name of the machine where you are running your automation scripts in qtp?
What is text check point and text area check point?
What is the difference between run time object and test object in QTP?