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
What are benefits of qtp?
How does quicktest professional (qtp) identifies the object in the application?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
What is environment variable in qtp and why to use it?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What is CMMP and CMMH?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What are the types of properties that quick test learns while recording?
write a script to verify the image path(src property) of the images which are in web pages.
What are the technics follow in writing VB script?
Describe function procedure in vbscript.
Tell some commonly used Excel VBA functions?
How many types of recording modes in the qtp?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
If I change the object name in one action will it be updated in all the actions? Or not?