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

write script for how to add function library in QTP

2 Answers   Aspire,


How did you use regular expressions in QTP and also in WR?

0 Answers  


suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that

2 Answers  


In qtp, explain what is qrs file?

0 Answers  


What is throw object?

1 Answers  


I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?

3 Answers   Wipro,


Could you suggest me best coaching for automation in Delhi or nearby area?

0 Answers  


can u give one scenario for for PopWindow Exception & write Code for that?

2 Answers   Cap Gemini,


why we are using environment variables instead of global variables?

1 Answers   TCS,


hi Action 1 and action2 if we save it in C:, what folders will be created explain plz

3 Answers   iFlex,


How cookies can be tested in QTP?

2 Answers   Deloitte, TCS,


pls help me with scripting,right from the beginning in QTP

1 Answers  


Categories