explain qtp framework by taking an example?

Answers were Sorted based on User's Feedback



explain qtp framework by taking an example?..

Answer / sandeep guttikonda

The word framework tell us it is am outline sketch or it a
planning we do before perfomring the task and also it
indicates what we do too.

Here in QTP frameworks are braodly divided into 4 types:
1) Linear Frmework
2) Action Framework or Modular Framework
3) Data Driven Framework
4) Keyword Driven Framework

Note: Any combination of above listed frameworks known as
Hybrid Framework.

Linear Framework: Here we prepare the script using record
and playback method.

Modular or Action Framework: Here we prepare the script
using Reusable Action. Here we have multiple action in role
play and follows Master Action and Sub actions (Reusable
actions) concept.

Data Driven Framework: Here we drive the script with the
help of data in the sheets.
Example: A login page having username and password and
login button.

We need to test the whether the members of the page are
successfully logging in or not into the page.

Hence here we right the script in one action and test with
multiple test data driving from the sheets.

Keyword Driven Framework: Here we prepare the script by
using the functions and drive the script with the keywords
(function Names).

Hybrid Framework: Most in End to end scenario cases (
System Integration Testing) we will go for Hybrid Framework.

If you need amy further info, please let me know.

Thanks.

Regards,
Sandeep Guttikonda.

Is This Answer Correct ?    15 Yes 1 No

explain qtp framework by taking an example?..

Answer / sandeepguttikonda

With Some more clarity.

The word framework tell us it is am outline sketch or it a
planning we do before perfomring the task and also it
indicates what we do too.

Here in QTP frameworks are braodly divided into 4 types:
1) Linear Frmework
2) Action Framework or Modular Framework
3) Data Driven Framework
4) Keyword Driven Framework

Note: Any combination of above listed frameworks known as
Hybrid Framework.

Linear Framework: Here we prepare the script using record
and playback method.

Modular or Action Framework: Here we prepare the script
using Reusable Action. Here we have multiple action in role
play and follows Master Action and Sub actions (Reusable
actions) concept.

Data Driven Framework: Here we drive the script with the
help of data in the sheets.
Example: A login page having username and password and
login button.

We need to test the whether the members of the page are
successfully logging in or not into the page.

Hence here we right the script in one action and test with
multiple test data driving from the sheets.

Keyword Driven Framework: Here we prepare the script by
using the functions and drive the script with the keywords
(function Names).

Hybrid Framework: Most in End to end scenario cases (
System Integration Testing) we will go for Hybrid Framework.

Need For framework is as said above it help for easy
development and maintenance. It also helps for the
continuity of the work (development, BCP).

Folder Structure: This also come under one of the activity
in framework other are like proper naming conventions,
giving comment to the code, Documenting the important
things etc.

Actually we will have a clear floder structre in Quality
Center under Test Plan: Like..
1) Reusable Actions
2) Test Data
3) Recovery Scenarios
4) Functions
5) Master Action
6) Deleted Files
7) Test Log
If you need amy further info, please let me know.

Thanks.

Regards,
Sandeep Guttikonda.

Is This Answer Correct ?    6 Yes 4 No

explain qtp framework by taking an example?..

Answer / qtp tester

Check this below link for more details on different types
of frameworks in QTP. You can also download the sample code
snippets for different types of frameworks.

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

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More QTP Interview Questions

How can I use Call dlls in QTP ?

0 Answers  


How does qtp identify objects in the application?

0 Answers  


Describe the process for writing text check point for a web application?

2 Answers   ssinformatics,


1. how can you handle exceptions without using recovery scenario?

5 Answers   TCS,


How to handle Dynamically changing Objects in QTP?

4 Answers  


what is keyword driven testing in qtp?n how is it useful?

0 Answers  


What are the Features & Benefits of Quick Test Pro ?

0 Answers   Crea,


How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it

1 Answers   TCS,


How can i check items sorted or not in a weblist ? Give me the script for this...

0 Answers  


how will you handle the situation when object is not caputred during record?

0 Answers  


What is use of Global Sync Timeouts in QTP9.2?

2 Answers  


what is the another name for blackbox testing?

7 Answers  


Categories