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 |
How to capture text from image to word
What is diff. between ordinal identifier INDEX and Location?
What is the default object synchronization timeout in qtp?
difference between GetROProperty and GetTOProperty
How will you test a keyboard?
what is the Vbscript to connect Database
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
what is test scheduling?
Difference between copy to action and call to action?
what r advance features u had done in QTP?
how can you write a script without using GUI in QTP?
What is recovery scenario in qtp?