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 |
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
what is frame work of qtp?
Hoe we can export TEST RESUALT IN to XL-sheet?
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
How u do the back end testing in QTP?
Explain synchronization types in QTP
What kind of errors can b handled in QTP in real time scenario?
Explain the concept of how quicktest professional (qtp) identifies object?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
after initiating one project for testing, when exacltly QTP tester role starts?