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

What the differences are and best practical application of Object Repository?

0 Answers  


How to explain a banking project in interview as a test engineer???

0 Answers   Accenture,


who QTP recognizes the object stored in object repository?

0 Answers   Infosys, Mphasis,


Can you list some technologies that support qtp?

0 Answers  


can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.

4 Answers  






hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!

1 Answers  


What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...

5 Answers   Navis,


How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!

4 Answers  


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

0 Answers  


why do we go for Test Automation?

2 Answers  


what is a active x control?can any one brief me about active x controls

1 Answers  


How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)

1 Answers  


Categories