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

How to find the difference between 2 dates in qtp?

987


What is action?

940


What are the features supported by UFT?

1025


how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?

2354


Suppose I want fail that check point? How can you do that?

1048


What do you mean by checkpoints in qtp?

949


What is the use of running the scripts in Hidden-mode in UFT?

1164


when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks

2217


how will you load the test cases in ddt?

2008


How is the Bitmap checkpoint different from Image checkpoint?

1049


What are the trigger events in qtp?

1043


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

1867


how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.

1723


How do you perform Regreession Testing?

1916


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1690