what is meant by keyboard driven test?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravi76xy
It is a Data Driven Test where the input for the execution of the test script in
handled by the keyboard;
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / prasanna
I doubt if there is any such keyboard driven test!!!!
Ravi are you sure of answer? or u just guessed..
I guess the Qs is for keyword driven test??
Is it?
| Is This Answer Correct ? | 2 Yes | 1 No |
How to select an automation tool best matched for your project?
What do you think holds testers back to do automation? Is there a way to overcome it?
what is the visual source safe version now?
What are the main attributes of test automation?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
How do you plan test automation?
Explain how to perform load-testing?
On what basis you can map the success of automation testing?
When you will not automate testing?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting
Tell us what is the alternate way to click on login button?