Answer Posted / sid
The Keyword-Driven or Table-Driven Testing Framework
Keyword-driven testing and table-driven testing are
interchangeable terms that refer to an application-
independent automation framework. This framework requires
the development of data tables and keywords, independent of
the test automation tool used to execute them and the test
script code that "drives" the application-under-test and
the data. Keyword-driven tests look very similar to manual
test cases. In a keyword-driven test, the functionality of
the application-under-test is documented in a table as well
as in step-by-step instructions for each test.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
suggest me the free online books on software testing?
List the five essential types of test steps?
Can the activities of test case design be automated?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
What is the process of Automation Testing?
Tell us how to select a value in a dropdown?
What type of scenarios can't be automated?
Tell me what are pros and cons of automating tests at ui layer?
Tell us what is junit? And what is junit annotation?
Bug report formate in bugzilla
Explain me what kinds of annotations are used in testng?
What steps are needed in developing and running a software test?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
What should you do after finding a bug?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.