Can anyone explain data driven frame work and keyword driven
frame work.....
Answer / phu
Like name, I will explain them in automation tester view
a test case has input, steps, expected result.
to automate a test case:
Data Driven Framework: a script: data (input, expected result) + workflow/path/steps(object + action) => reuse data, action
object is static and get from object repository
Keywork Driven Framework:a script: data (input, expected result) + workflow/path/steps(object + action)
object use like parameter and use properties to identify object
=> reuse data, workflow/path/steps
They are different by identifying object way
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
Explain some disadvantages to manual software testing?
What is ur goal when ur doing Performence Testing of an Web Application..?
What are the main attributes of test automation?
What are software testing metrics
i need test cases for defect maganement tools
Do you know what is the purpose of deselectall() method?
Which of the Test cases can be automated? can anybody tell me with an example.
What are the most popular tools for automation testing?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
script to check availibility of mail in yahoo mail box in qtp
How to login into any site if it's showing any authentication pop-up for username and password?