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 framework? which frame work u follow for writting
script?

Answers were Sorted based on User's Feedback



what is framework? which frame work u follow for writting script?..

Answer / kumar

Framework....it is the model or structure we follow for a
project. It is the approach that we follow to automate the
project. There are so many types of framework in QTP.

1. Datadriven frame work

2. Keyword driven frame work

3. Module driven framework

4. Hybrid driven frame work

The framework you choose, depends on the model of your
project. Usually most of projects fall under hybrid driven
frame work.

Datadriven framework: Here we divide the entire project in
to modules and start automation by writing datadriven
scripting for each one of them. We will have test data
either in excel sheet or flat files or from database...we
will pass that test data in to the script and perform data
driven testing.

Keyword driven 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

Module driven frame work: we will divide entire project in
to modules and write functions or procedures for each and
every module and automate the project.

Hybrid driven framework: it is combination of Datadriven
and module driven framework.

Hope this clarifys your query...

Kumar.
Kumar.rnv@gmail.com
Broadridge

Is This Answer Correct ?    5 Yes 0 No

what is framework? which frame work u follow for writting script?..

Answer / natarajan

A test automation framework is a set of assumptions,
concepts, and pratices that provided support for automated
software testing.

In our company we follows hybrid model framework.

Is This Answer Correct ?    3 Yes 0 No

what is framework? which frame work u follow for writting script?..

Answer / siva

Frame work : Frame work is a set of guidelines given by
experts to accomplish the task in a systematic manner.

There are 4 types of frame works:
1. Linear / Decomposition / Modular frame work
2. Keyword driven frame work.
3. Datadriven frame work.
4. Hybrid frame work.

Is This Answer Correct ?    1 Yes 0 No

what is framework? which frame work u follow for writting script?..

Answer / krishna

hi kumar,

Your explanation is good.
In the same way i need some help from u technically.

Is This Answer Correct ?    1 Yes 0 No

what is framework? which frame work u follow for writting script?..

Answer / ramesh

Hi If that explanation is right, then is is toooooooo good
Excellent kumar

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to get line numbers in your editor in expert view?

2 Answers  


Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.

1 Answers  


write the code to reverse a string without using Strrev built in function.

14 Answers   ADP,


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

0 Answers   SoftTech,


How should i find out whether the cursor is moving horizantally. when tabbing continuously

2 Answers   Livetek,


What Folder Structure following in Keyword Driven Frame work?

0 Answers  


How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

0 Answers   LinkEdge,


How do u fetch data from a database ?

2 Answers  


Why u don’t like recording the script and writing the script

3 Answers   Wipro,


Explain about the Test Fusion Report of QTP ?

1 Answers   Ordain Solutions,


Can we check environment variable value without existing of environment variable

2 Answers   NIIT,


how do you done Data-driven test using MS-Word Instead of DataTable

3 Answers   IBM,


Categories