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 |
Check point what is how many types of checkpoint and explain
How can we translate the steps between the Keyword and Expert Views?
How to create log file in qtp?
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
write script for finding number of broken links in web page? kindly please answer my question.
3 Answers Manhattan, Oracle, Virtusa,
how to run the script If QTP tool not identify object in web page
Could you suggest me best coaching for automation in Delhi or nearby area?
anyone can explian about types of "Triggere Events" in QTP
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
Write a script to customize the test results in PDF and HTML format.