anyone can explain about "Hybrid framework" in QTP
Answers were Sorted based on User's Feedback
Answer / anji
Hybrid frame is the combination of keyword driven framework
and data driven frame work.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / krishnateja muppalla
Combination of two is called hybrid. Among Modular, Keyword Driven and Data Driven.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sandeepguttikonda
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 any further info, please let me know.
Thanks.
Regards,
Sandeep Guttikonda.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / rahul
The most commonly implemented framework of all this
combination of the Test script modularity framework,test
library architecture framwork,keyword-driven(or)table
driven framework,data driven framework techniuqes.They are
stringed together such a way that their strengths are
included and their weaknesses are mitigated.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / umesh
Hybrid Framework is the combination of Keyword and Modular
framework.
| Is This Answer Correct ? | 2 Yes | 9 No |
What is throw object?
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
Can you tell me QTP is support for GIS(Geography Information System) Based Software.
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
How you automate testscripts one by one or moduelwise or all at once
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
How many ways we can parameterize data in quicktest professional (qtp)?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Hi, actually I completed Btech(CS). But i Will go to admin (Facility) interview. So, If Interviewer asking like " Why You choose this field". What we say? pLZ PLZ PLZ PLZ >............................................Send me.....
HOW CAN QTP AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?