Hybrid Framework

What is Hybrid Framework and how it is useful? How will you implement hybrid framework in a project?

Questions by amitmba32   answers by amitmba32

Showing Answers 1 - 12 of 12 Answers

ankushsingh

  • Feb 26th, 2009
 

Hybrid framework is the combination of both keyboard driven and data driven
frameworks. About Implementation of the same at the time of creating of frame
work need to take care of all test objects those are not going to be changed in
application should be hardcoded and most frequently changing objects should be
taken from the data sheet.

  Was this answer useful?  Yes

Hybrid framwork need not to be with only Keyword driven and datadriven, it can be with Library FW, Modular FW, DataDrive FW, Keyword driven FW.

If our framework consist of 2 or more than 2 framework's then it is termed as a Hydrid framework

  Was this answer useful?  Yes

Test automation framework is a set of assumptions, concepts and practices that provide support for automating your scripts the Hybrid Test Automation Framework incorporates features of Script modularity, Functional Decomposition and Data Driven framework. In brief framework consists of Unit scripts, Suite scripts, Driver Scripts, Function Library, Object Repository, Test data, Test Result.

  Was this answer useful?  Yes

Hi
Hybrid framework is the platform where we could put keyword driven framework , data driven framework in one. So it can do the job of the above all in one .
Keyword driven framework : It enable the tester to create its own customized keyword which can be used while automating the application.
Data driven framework : It enables the tester to fetch data from an external source such as DB , even from an excel sheet.
The framework which integrate the above two is known as Hybrid framework.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions