explain keyword driven framework?
Answers were Sorted based on User's Feedback
Answer / suresh kumar
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 ? | 1 Yes | 0 No |
Answer / ravinder
Hi
Accoridng my knowledge keyword driven frame work nothing
but the functions called based on keywords
inthis frame work first of all we have to create 7 folder
like this
lib,ropsiterey,rocovery,testdata ,testscript,log,env create
the tests save in vbs over the file creation we have to go
to new qtp programe call functions
example yahoo!()
gmail()
go to test and mention the test paths in library files
here vb script save in vbs
recovery tests in .qrs
repository tests in .tsr
add these three files
and run the frograme
| Is This Answer Correct ? | 0 Yes | 3 No |
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How can you identify the browser and its information using the qtp script?
what is ODC and GDC?
how to display message with out using msgbox function?
what are the environment variables,how do you use them. give an example.
Explain the views in the QTP GUI?
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
Can u tell me example for virtual objects?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
What is keyword driven testing..what is the use of this in Automated testing