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 Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
give me the code for check point for validating application
Explain xml checkpoints.
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
what is verification & validation?
How to save your test using quicktest professional?
Give me some real time point of way where exactly we can conduct audits?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
How to import a test case present in ".xls" file to TD under a Test set?