Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

When to use shared and local object repository?

1082


In qtp, how you can exit for loop?

1022


How to integrate the qualitycenter with qtp

2277


What is the Difference between copy to action and call to action?

1130


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

1048


How to handle the exceptions using the recovery scenario manager in qtp?

1045


Explain types of output values?

1031


What is qtpro? What is a quick test professional?

1061


What are the recording modes in qtp?

1053


What are benefits of qtp?

1136


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

2012


unique properties of button,edit box, radio button,check box?

4513


how to idetfy which test cases are automated?who will deside that plz tell me

2020


how will load the object during runtime?

2101


What is keyword view?

1005