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


Please Help Members By Posting Answers For Below Questions

Explain how qtp identifies objects?

568


What is business process testing(bpt) in qtp?

695


How to test results for qtp ?

787


What is the difference between local and shared object repository in qtp?

565


Explain xml checkpoints.

599






How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1478


Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?

1472


What is RTM (require ment tracebulity marix) fromate?

1529


How many types of recording modes in qtp? Describe each type with an example where we use them?

615


What are the two types of repositories available, explain them?

594


Explain QTP using different development techniques ?

540


What is the default object synchronization timeout in qtp?

646


Where you are storing your script?

633


Explain how you can replace string in qtp?

605


Explain types of descriptive programming?

591