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

What is a programmatic description?

0 Answers  


I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }

0 Answers  


What is method name to compare two XML files.

0 Answers  


If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?

16 Answers   Genpact, HP,


want to learn real time automation project(QTP)?

1 Answers  






Can we use index on view?

0 Answers   Wipro,


What is keyword view and Expert view in QTP?

1 Answers   Crea,


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,


what are the areas that cannot be tested using an automated tool? list a few

7 Answers  


What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.

1 Answers  


Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.

7 Answers  


what are the disadvantages of descriptiveprograming

5 Answers   GE,


Categories