what are the main differences between keyword driven frame
work and data driven frame work?



what are the main differences between keyword driven frame work and data driven frame work?..

Answer / rajesh

Data Driven Framework;
-This framework is suitable in those applications where
there limited scope of functionality and larger variations
in-terms of test data.
-In this framework the test scripts are executed and
verified using data values from one or more central data
sources like excel, csv files & ODBC sources etc. Here the
variables used are input values and output verification
values: basically navigation of the program will be
reading from data sources and logging the test status.

Keyword driven Framework:
-This framework is suitable in those applications where is
large scope functionality and smaller variations in-terms
of test data.
-Basically the advantage of automated tests are use of
re-usability and ease of maintainance created
at high level of abstraction. Based on this thesis the
data table records contains keywords that represents
actions to be performed. They also provide additional data
needed as input to the application. The benchmark
information we use to verify the status of the GUI or
system components and application in general.

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More QTP Interview Questions

For which type of project the iterative model is suitable?

0 Answers  


how many wayes we do the parameterization?

1 Answers  


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  


Give a comment on Regular Expressions using QTP?

4 Answers  


What is the difference between gettoproperty and settoproperty?Explain with an example?

4 Answers   QQS, Satyam,






Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.

2 Answers   Banking,


What do you mean by checkpoints in qtp?

0 Answers  


What is active screen?

0 Answers  


How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..

1 Answers  


what type of frame work used in your company?

2 Answers   HCL,


How to get popup error message.

0 Answers   Tech Mahindra,


How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)

6 Answers  


Categories