GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  Hybrid Framework

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


February 02, 2009 01:43:46 #1
 ankushsingh   Member Since: February 2009    Total Comments: 4 

RE: Hybrid Framework
 

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.

     

 

Back To Question