what are the main differences between keyword driven frame
work and data driven frame work?
Answer Posted / 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 View All Answers
Explain different types of checkpoints?
write a script to verify the image path(src property) of the images which are in web pages.
What is Unicode Compatibility?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the quicktest professional (qtp) testing process?
Explain xml checkpoints.
What is quicktest professional window?
What is the virtual object?
How do we analyze the checkpoint results?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is post recovery scenario?
How to explain a banking project in interview as a test engineer???
Define Error Pane of UFT?
Can we run test with out adding object in object repository? How it is possible?
In qtp, explain what is crypt object