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 |
Name the different types of recording modes?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
What is the difference between action & script?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Could you please suggest a book to start with QTP and also a book for advanced concepts?
what is main diff of qtp8.2 and qtp9.0?
What is the use of text output value in quicktest professional (qtp)?
how you test broken link using the automated tool QTP ?
how many wayes we do the parameterization?
How to send QTP test results to an email...(with out using Quality Center)?