Tell me the difference between the Data Driven Frame work
and Keyword Driven frame work?

Answers were Sorted based on User's Feedback



Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?..

Answer / nilanjan saha

In Keyword driven Framework "Repeated Keywords" are
translated into Functions and those are kept in Function
Library. Keyword driven framework mostly used by
non-technical users to create and automate the automated
test cases.

Where as data driven framework attain the modularity using
different reusable functions.The application need data from
external sources like .csv file,database, .exe file etc.
Generally tech savvy users prefer data driven frame work..

Is This Answer Correct ?    2 Yes 0 No

Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?..

Answer / sharmi

Data Driven Framework is nothing but seperating the data
from the code.so that we can reuse the code for multiple
number of data inputs.

Kerword driven Framework is a collection of keywords and
functions and the association between them.Here each
keyword is associated with one funtion(for example
Login,Logout and it can can be low-level functions like
Set,Click,etc).

Is This Answer Correct ?    0 Yes 0 No

Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?..

Answer / manoj

Key word driven:in key word driven frame work mainly focus on functional of application and keywords. In Key word driven each word isused as akey just like: Browser, page, webEdit, webButton, winedit; methods like:set,select,Activate; operator like: +,-.*,/; statement like:if..else,Do..while, for..next etc.
Data Driven FW: In data driven frame work mainly focused on +ve and -ve senario of data with functional of the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Among all the check points what is the most important checkpoint?

5 Answers   Semantic Space,


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

0 Answers  


why should we give deliver good quality software?

0 Answers  


How do you return a value from a function

1 Answers  


Difference between object identification and smart identification

2 Answers   Wipro,






What scripting language QTP of?

4 Answers  


HOW DO U CALL A ACTION IN QTP?

2 Answers   BirlaSoft,


What is the recovery scenario in qtp?

0 Answers  


For which type of projects the iterative model is not suitable?

0 Answers  


How can i Save the snapshots in a specified folders using Scripting in QTP?

1 Answers  


For Regression testing already written test cases are sufficient?

2 Answers   CTS,


what are the parameters you are considering for object identification?

1 Answers  


Categories