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 |
What is mean by ARGO testing? can any one please explain
Hi I want QTP software .If anybody have QTP then plz send me the software?
Define sdlc in testing.
Can object repository be kept in version control and Database(DB) backed up daily ?
how to read data from a csv file using Test complete functional tool..please can anyone post the code
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.
Tell us what methods of robot class do you know?
What are the types of testing we cannot do, by using automation tools
what is meant by framework? and when we use framework in our project ?
What should you do after finding a bug?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: “test scenarios” & “test approch”: points)
When do you prefer manual testing over automation testing?