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 |
what is the difference between Batch test runner and framework ?
What is junit annotation?
In realtime what is the Testing Process especially in automation plz its very urgent
What is Automation Testing Framework
What is self-referencing constraint in mainframe development?
how can we reverse the string without using the revese of String function in QTP?
how is mind q venkat training in testing for weekend or general batches.and any other good institutes in ameerpet
What are the various kinds of frameworks that can be used in software automation testing?
What is functional and regression testing?
Manually in a page 10 check boxes is there.so 5 check box "on" and 5 check box "off" so using descriptive program how to know how many "on" and how many "off" plz help me this question answer?
1.what is senario?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?