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 |
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
How did u write macros?What is the main importance of VB macros in testing environment?
How to create an instance in QTP?
without Qtp features can we automated?
How can i check elements sorted in dorpdown using qtp..
how can we compare descriptive programing with a regular expression
How to add verification steps to tests?
How to use parameterization in qtp?
How to creating an output value using quicktest professional (qtp)?
1)Difference Between Value & RawValue?