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 |
I am using the selenium tool for my web application testing I recorded some script and agian i played same but while playing: Alert msg is not getting closed It needs the manual interaction [Note:Here alert is generated not at the time of onload event] Please provide some solution for this
Explain what sikuli is?
What is mean by ARGO testing? Can you please explain anyone
what is critical test case ? please give an example .
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
how can we reverse the string without using the revese of String function in QTP?
Give some examples for test management tools?
Hi please tell me anything about sahi Automation tool....I felt it is good and understood the demo part...But while working i actually getting problem by often changing the port details....If anybody working on this...do let me know Thanx in advance
What are the main attributes of test automation?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
What is hybrid automation?