There are 3 types of frame works in QTP
1. Linear frame work
2. Modular frame work
3. Key word driven frame work.

Can any body explain the above 3 frame work models.

y2k_ram2000@yahoo.com

Answers were Sorted based on User's Feedback



There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / rafi

Frame work is nothing but a collection of folder structurea
and placing all files into corresponding folders.

Linear FW is the individual scripts written in QTP and
executing the scripts individually..
Modualr FW is the collection of actions created as reusable
in one test and calling these actions in the other test
where we need..
Keyword Driven FW is creating functional libraries and
calling funtion name as keywords in the test using
default.xls data table...

Note:But in real time companies follow their own frame
work..

Is This Answer Correct ?    71 Yes 8 No

There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / sharanya

Automation frame work is nothing but a set of guidelines
designed by expert to accomplish a task in an effective,
efficient and an optimised way.
There are 4 different types of frame work:
1) linear
2) modular
3) keyword
4) hybrid
Maximum we follow keyword framework

Keyword frame work is nothing but creating a software
structure like
1) scripts 2)object repository 3)test data 4)recovery
scenario 5)log files 6)library files etc

1) create scripts and save it in scripts component
2) create shared or and save it in or component
3) Create test data and save it in test data component
etc.,after creating all these components include the files
or Components to script or QTP and execute the script


Automation Framework: it is nothing but a
Standard/Procedure/Guidelines/process which is use to

Automation Planning with respect to AUT.


Linear Framework: If your application is supposed to
Regression run on Local System then this framework is
better.

Modular Framework: If AUT is supposed to Regression run in
which More than one Action has to be performing for the
same script then Modular framework is better. You might be
making your test Modular by dividing your test into many re-
usable actions and either any action can call any of the
action within that test.

Keyword Driven Framework:
It sound like business process testing where you might be
able to write business logics/code and develop your script
and those scripts can be call from outside of your test.
Moreover there might be various functions libraries to be
build and to be use, Recovery Scenarios, OR maintenance etc
will provide your test Reusable.

Is This Answer Correct ?    21 Yes 7 No

There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / mythreyi_bh

Test Script Modularity FW: This FW requires creation of
test scripts(programs)for the functionality of the AUT.
2) A small scripts combined together in order to construct
large test scripts.
3) It follows the principle of Data Abstraction or
Encapsulation inorder to mnaintain the scalability of the
AUT.
4) This FW is used for Winrunner

Keyword Driven FW:This is QTP Framework.
1) this FW is involved with creating keywords & data tables.
2) the driven script is created to read in each steps and
execute each step from key word as wel as data table.

If this is wrong,plz. correct me
mythreyi_bh@allinterview.com

Is This Answer Correct ?    22 Yes 12 No

There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / tester

Following are the different QTP Frameworks -

1. Linear Framework
2. Modular Framework
3. Keyword Driven Framework
4. Data Driven Framework
5. Hybrid Framework

Check the below link for more details.

http://www.automationrepository.com/2012/03/qtp-framework-types-an-introduction/

Is This Answer Correct ?    13 Yes 3 No

There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / deven

Linear Framework: Record and play. If your application is
supposed to Regression run on Local System then this
framework is
better.

Keyword driven framework:
-Driver script
-Call the functions on the fly depends what
test cases to be run
e.g.
Open app test case
-call opeapp function
Login test case:
-call openapp function
-Call login function
Create reservation test case:
-call openapp function
-Call to login function
-call to reservation
function
Fax order test case
-call openapp function
-Call to login function
-call to reservation
function
-Call to fax order function
-Write more functions
-each function will be
recognised as keyword
-Hybrid framework
- combination of Data driven and Keyword
driven frameworks
-BPT framework
-Business Process Testing
-test business process
-ERP:
-SAP
-sell side process:
(walmart =>
Customer)
-how to sell
product to
customer
-Sales order
-Deliver
goods
-Billing
-Receive
payments
-buy side process: (vendor
and walmart)
-how to purchase
products from vendor
-Crate
purchase order
-Receive
goods
-Billing
-Outgoing
payments

Is This Answer Correct ?    2 Yes 0 No

There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word dr..

Answer / ram

any two combination of frameworks called as hybrid frame work like combination of modular and data driven frame works

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More QTP Interview Questions

How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )

2 Answers   Infovision,


How we know the qtp has used the smart identification process for identification of the object.

4 Answers   IBM,


What is Object Spy?

7 Answers   JKH, Ordain Solutions,


i have 2 year experience in manual and automation testing, I have less percentages in X, Xii (Second grade), can i elgible to TCS interview (Or MNC's)

3 Answers  


By default Action1 runs first in QTP. Is it possible to start the run with Action2?

9 Answers   Virtusa,






What is the dis advantage of check points in QTP, if any?

6 Answers   BirlaSoft,


What is meant by Environmental variables?2 types r there know…can u pls explain clearly?

1 Answers  


Does Low-level recording capture mouse movements?

0 Answers  


Explain the terms test and business component?

0 Answers  


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

0 Answers   TCS,


In an interview what r the questions asked in qtp related project? pls any answer this question?

3 Answers  


Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman

1 Answers  


Categories