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 |
write script for how to add function library in QTP
How did you use regular expressions in QTP and also in WR?
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
In qtp, explain what is qrs file?
What is throw object?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Could you suggest me best coaching for automation in Delhi or nearby area?
can u give one scenario for for PopWindow Exception & write Code for that?
why we are using environment variables instead of global variables?
hi Action 1 and action2 if we save it in C:, what folders will be created explain plz
How cookies can be tested in QTP?
pls help me with scripting,right from the beginning in QTP