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

Discuss QTP Environment.

1 Answers  


How we can add actions in the test using QTP?

4 Answers   BirlaSoft,


How do u write a regular expression for date (dd/mm/yyyy) field ?

4 Answers   Semantic Space,


Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?

1 Answers  


Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me

1 Answers  






Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?

3 Answers  


How to see the screens after running test in QTP?

1 Answers  


is it possible to add sheets to excel at runtime

1 Answers  


How to count no of edit boxes on the page?

3 Answers   IBM,


How can i count the list box elements in QTP ?using script plz explain me (Chandana)

6 Answers   Wipro,


when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP

3 Answers   iFlex,


Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

0 Answers   IBM,


Categories