what is the difference between keyword driven frame work and
data driven frame work.
Answer / Digvijay Singh
Keyword-driven testing (KDT) and Data-driven testing (DDT) are two types of test automation frameworks. KDT uses predefined keywords or commands to execute test cases, while DDT separates the test logic from the test data by storing test data in external files or databases. In KDT, the test script contains both the test logic and data, which can lead to duplicated efforts when creating multiple test cases with similar steps. On the other hand, DDT allows for easier reuse of test data across various test cases, improving efficiency and reducing maintenance costs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is the difference between "type" and "typeandwait" command?
Explain what is the hybrid framework?
Explain me how to check if an element is visible on the page?
what is critical test case ? please give an example .
write a programme to insert into elements in array?n finding duplicate characters in given sting?
When is automation testing useful?
what is dynamic window and dynamic model ? (worksoft automation tool)
WHAT WE CAN NOT DO WITH QTP? GIVE 5 POINTS.(EXCEPT PERFOMANCE)
How can we make one test method dependent on other using testng?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
What is keyword driven automation?
Does automation replace manual testing?