Tell me the difference between the Data Driven Frame work
and Keyword Driven frame work?
Answers were Sorted based on User's Feedback
Answer / nilanjan saha
In Keyword driven Framework "Repeated Keywords" are
translated into Functions and those are kept in Function
Library. Keyword driven framework mostly used by
non-technical users to create and automate the automated
test cases.
Where as data driven framework attain the modularity using
different reusable functions.The application need data from
external sources like .csv file,database, .exe file etc.
Generally tech savvy users prefer data driven frame work..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sharmi
Data Driven Framework is nothing but seperating the data
from the code.so that we can reuse the code for multiple
number of data inputs.
Kerword driven Framework is a collection of keywords and
functions and the association between them.Here each
keyword is associated with one funtion(for example
Login,Logout and it can can be low-level functions like
Set,Click,etc).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoj
Key word driven:in key word driven frame work mainly focus on functional of application and keywords. In Key word driven each word isused as akey just like: Browser, page, webEdit, webButton, winedit; methods like:set,select,Activate; operator like: +,-.*,/; statement like:if..else,Do..while, for..next etc.
Data Driven FW: In data driven frame work mainly focused on +ve and -ve senario of data with functional of the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to export QTP results to an .xls file?
How you can delete excel file in qtp?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
How many types of Test Plans are there...??
How to carry out bit map check points in QTP
What are the various automation frameworks available in qtp?
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
how to read log file using QTP??
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri