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
Bug report formate in bugzilla
When is automation testing useful?
Explain what is the hybrid framework?
What is data - driven automation?
Tell me what kind of tests should not be automated?
Name some of the commonly used automation testing tools that are used for functional automation.
Can we do automation testing without a framework? If yes, then why do we need a framework?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
What is test automation?
What is a critical bug in a testing field?
Tell me how can we find the value of different attributes like name, class, value of an element?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Tell me what type of scenarios can be automated?
how can i count the no of edit field in a page and fill the multiple edit field
What is ‘good code’? What is ‘good design’?