Diff. between keyword driven Data driven testing?
Answer Posted / satish javalekar
Data driven Testing :
Data driven scripts are those application-specific scripts
captured or manually coded in the automation tool’s
proprietary language and then modified to accommodate
variable data. Variables will be used for key application
input fields and program selections allowing the script to
drive the application with external data supplied by the
calling routine or the shell that invoked the test script.
Keyword driven testing:
These tests are developed as data tables using a keyword
vocabulary that is independent of the test automation tool
used to execute them. This keyword vocabulary should also be
suitable for manual testing.
The data table records contain the keywords that describe
the actions we want to perform. They also provide any
additional data needed as input to the application, and
where appropriate, the benchmark information we use to
verify the state of our components and the application in
general.
Hope this clarifies the difference.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
How to analyzing test results using quicktest professional (qtp)?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
How may types of defects identify application or your currently working application?pls give me answer..
what is the difference btn risks & Therads in the Test plan documentation?
What are private functions in QTP? How they can be called from the function library?
give me an example where u used good judgement and logic in solving a problem
If I change the object name in one action will it be updated in all the actions? Or not?
What are the different attributes used with regular expression?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is qtpro? What is a quick test professional?
what QTP Options do you know?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?