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 |
What is the architecture of your project? Can any one answer for this question plz........
How to customize qtp?
How can you find Local Host Name by Using QTP?
What are the factors on which script execution time is dependent?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
How to use Regular Expressions in QTP
What is the exact difference between QTP and RFT ?
What are the different types of recording modes in qtp? Which will be used when?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
How qtp identifies objects?
describe common problems of test automation?
what are the difference between qtp8.2 to 9.0 surya