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

Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?

1 Answers   Accenture, DELL,


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

4 Answers   Ordain Solutions,


what is the advantages and disadvantages of using functions instead of re usable actions

0 Answers  


If you entered into yahoo mail with your valid user name and password , then you will get " welcome , username " (for example you will see , “welcome, Krishna” ) text on the top of the Inbox page , how can you test the user name is correct or not using QTP?

3 Answers   CTS,


i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help

3 Answers  


How to analyzing test results using quicktest professional?

0 Answers  


What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??

3 Answers   DST Global Solutions,


How can get count of list box?

0 Answers  


On what basis we select test cases to automate?

0 Answers  


when there is a task that gets repeated in multiple scripts what do you do in QTP?

2 Answers   Ordain Solutions,


what are the limitations of smart identification in qtp 9.0

0 Answers  


How to find local host name using QTP?

6 Answers  


Categories