Could you please explain me about QTP framework.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

who QTP recognizes the object stored in object repository?

1664


What are the key elements available in test result window?

627


Why qtp the best testing tool?

566


Explain the new feature of UFT regarding the export of test results?

578


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1580






Hi Samrat, Thank u very much, what u said it is right.

1347


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1353


How do Parameterization and Data-Driving relate to each other in QTP?

560


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1444


In qtp, how you can remove the spaces from string?

549


How can I import environment from a file on disk?

538


How many tabs are available to view your test in a test pane and what are they?

563


How can you identify the browser and its information using QTP script?

549


What are the differences between quicktest professional (qtp) and winrunner?

574


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360