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

What is checking bitmaps?

0 Answers  


What is an expert view and keyword view?

0 Answers  


Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)

2 Answers  


what are the Tools for version control?

3 Answers  


Suppose u write test case in Excel sheet . how u open that test case in Test Director?

4 Answers   Ordain Solutions,






what is the difference between built-i function and In-built function?

0 Answers  


QTP script is not working on other's machine..

0 Answers  


how to pripare BRS/FRS Document for different projects?

1 Answers   Wipro,


i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet

0 Answers   IBM,


Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

0 Answers  


How to connect to a database?

0 Answers  


write a vb script to print even numbers from 1-50?

6 Answers   Kclink Technologies, Logica CMG,


Categories