Could you please explain me about QTP framework.

Answers were Sorted based on User's Feedback



Could you please explain me about QTP framework...

Answer / giri

frameworks are set of defined rules for automating a test
process.it could be said as automation test approach

LINEAR FRAMEWORK – recording,enhancement,playback. here u
create scenarios, do recording based on
scenarios,enhancement is done for verifications, and
playback for execution

DATA DRIVEN – here an external database is maintained for
passing values to the actions in qtp. values are compeletly
passed only through this data sets.

KEYWORD DRIVEN – using the manually entered table tht
defines test object, operation, data and description , VB
scripts are automatically generated by QTP.

DESCRIPTIVE PROGRAMMING – it is the concept of execution of
scripts without the reference of object
DIALOG(“CLASS = DIALOG”,”CAPTION = Login”).Winbutton(“class
= Button”,”Text = OK”).Click

FUNCTIONAL/MODULAR – here the actions are declared as user
defined functions.these functions are called wherever
needed.

HYBRID FRAMEWORK – mix of any of the above framework are
classified as hybrid.depending on complexity of the
application, mixes are chosen.

Is This Answer Correct ?    5 Yes 0 No

Could you please explain me about QTP framework...

Answer / mahaboob

Automation frame work is nothing but the Automation planing
for the project.
It is used for develope the automation project in a beter
way.
In automation framework we can consider the following
things.
-what functionalitys to be automated
-what approach to be followed
-what levels we have to use in order to develope the
applicatins.
-what naming conventions to be followed
-where to store test scripts
-calling the scripts using the (test batch runner or
actions)
-derectory structure of automation
-where to store the test results
Automation framework contains the set of
guidelines ,codingstandars and naming conventions,set of
assumptions, used for develope the automation project.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya

12 Answers  


How we can add actions in the test using QTP?

2 Answers  


Difference between image checkpoint and bitmap checkpoint

4 Answers  


What is the another extension name of library file. If that is exist than what's the difference between them.

2 Answers   Synechron,


how can you write a script without using GUI in QTP?

5 Answers   Ordain Solutions,


How to find Operating system information using QTP script?

0 Answers  


Could you please suggest a book to start with QTP and also a book for advanced concepts?

2 Answers  


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

0 Answers   IBM,


Does quicktest professional is unicode compatible?

0 Answers  


how to capture the run time values of web table.

3 Answers   CTS,


Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri

0 Answers  


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  


Categories