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 Command used to start the QTp from Run.
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
What are the flaws in water fall model and how to overcome it?
What are the automation metrice in your project?
How to check bitmap output value?
How to Import the data from MS-Access in QTP?
What are the different types of Database checkpoints in QTP? when they are used?
Is it possible to call from one action to another action in qtp?
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
four browser are open same application i want to enter 3browser how?
difference between do while and do until ?
What is the difference between byref and byval in qtp?