what is meant by keyword driven frame work can any one
answer plzzzzzzzzzzz
Answer Posted / raju
Keyword Driven Framework....
If we want to test various functionalities at a time we
prefer this framework...
Firstly we should add the objects to repository( Shared
repository is preferable)
Then we can generate/write scripts for each functionality
and save them as the library files ( .vbs files)
Then we have to associate all these library files(which are
generated to test different funtionalities) to Quick Test.
For example consider Flight application
we can generate library files for
login()
open order()
fax order()
delete order()
update order()
logout() etc..,
select case k = datatable.value("keys",1)
case A : login()
case B : open order()
case C : fax order()
case D : delete order()
case E : update order()
case F : logout()
end case
In datatable we have to add only those keys which we want
to test
Keys
A
B
C
F
It means that only login(),open order(),fax order() and
logout() libraries associated to test will be executed.
Depends on the keys provided in datatable we can
dynamically change which functionlities we want to test..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the concept of object repository & how qtp recognizes objects?
What is QTP and the use of QTP in TD?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Where is the Bitmap checkpoint information stored?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Which functionalities of QTP used in banking project? pls any say answer?
Hi All, I need code for how to execute qtp scripts from excell sheet
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How many tabs are available in debug viewer pane?
What are the technics follow in writing VB script?
What is Associate Repository in QTP 9.2 ?
how to convert 100 into hundred repees only and viceversa
What is the default add-ins in qtp?
What are the methods of the TextStream object that are used for reading from a text file?
Whats the realtime QTP testing process