When Object Repository is available what is the necessity
of having Descriptive programming which needs more
scripting efforts.

Answers were Sorted based on User's Feedback



When Object Repository is available what is the necessity of having Descriptive programming which ..

Answer / tvl

If we recorded any script,the references of that script
will store in object repository.
when we used Descriptive programming(descriptive
programming is used for with out getting the build using
the prototype test engg.. will write the script.)there is
no object repository because the script has not recorded.

Is This Answer Correct ?    0 Yes 0 No

When Object Repository is available what is the necessity of having Descriptive programming which ..

Answer / vineela

If we use Object repository for large applications with lot of objects, Its size increases tremendously and thereby affecting the script running performance (lot of time for accessing the objects coz of huge size). Also if objects are dynamically changing...
We go for descriptive programming where in we avoid usage of object repository by describing all objects in code itself and there by improving performance.
Also dp scripts are portable and version independent

Is This Answer Correct ?    0 Yes 0 No

When Object Repository is available what is the necessity of having Descriptive programming which ..

Answer / sri

if we test the large applications object repository stores
many objects and it may reduce the execution speed.Object
repository may leads to wrong results sometime.So in many
companies descriptive programming is peferred.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me

1 Answers  


Can launch two instances of qtp on the same machine?

0 Answers  


What is the difference between client server application and web based application?

3 Answers   IBM,


how do u get lib files into scripting files?

4 Answers  


WHAT IS ENVIRONMENT VARIABLES?

7 Answers   AZTEC, CTS, Ready Test Go,






whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

0 Answers  


How to check bitmap output value?

0 Answers  


what is meant by "Parameterization technique"?

4 Answers   KH, Mind Tree,


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


How many types of recording modes in the qtp?

0 Answers  


we have 10 actions in out test how can we convert 9th action is main action ? how ?

5 Answers  


How to send the qtp results file by email (Lotus notes).

1 Answers   TCS,


Categories