What are the advantages and disadvantages of Descriptive
programing and Object repository in QTP??



What are the advantages and disadvantages of Descriptive programing and Object repository in QTP??..

Answer / vijay indur

Advantages:
1. One place where DP can be of significant importance is
when you are creating functions in an external file. You
can use these function in various actions directly,
eliminating the need of adding object(s) in object
repository for each action [If you are using per action
object repository]
2. The objects in the application are dynamic in nature and
need special handling to identify the object. The best
example would be of clicking a link which changes according
to the user of the application, Ex. “Logout <>”.
3. When object repository is getting huge due to the no. of
objects being added. If the size of Object repository
increases too much then it decreases the performance of QTP
while recognizing a object. [For QTP8.2 and below Mercury
recommends that OR size should not be greater than 1.5MB]
4. When you don’t want to use object repository at all.
Well the first question would be why not Object repository?
Consider the following scenario which would help understand
why not Object repository
Scenario 1: Suppose we have a web application that has not
been developed yet. Now QTP for recording the script and
adding the objects to repository needs the application to
be up, that would mean waiting for the application to be
deployed before we can start of with making QTP scripts.
But if we know the descriptions of the objects that will be
created then we can still start off with the script writing
for testing
Scenario 2: Suppose an application has 3 navigation buttons
on each and every page. Let the buttons be “Cancel”, “Back”
and “Next”. Now recording action on these buttons would add
3 objects per page in the repository. For a 10 page flow
this would mean 30 objects which could have been
represented just by using 3 objects. So instead of adding
these 30 objects to the repository we can just write 3
descriptions for the object and use it on any page.
5. When you want to take action on similar type of object
i.e. suppose we have 20 textboxes on the page and there
names are in the form txt_1, txt_2, txt_3 and so on. Now
adding all 20 the Object repository would not be a good
programming approach.

Disadvantages:
1. Test should aware of VB scripting knowledge.
2. The main disadvantage of Descriptive programming is
Maintenance issue.
Since Object repository will be stored in centralized
place, property definition for any Object can be easily
changed at any time if the application developer changes
the property of the actual object/control.

But, in descriptive programming (DP) it is difficult to
change the object property as each QTP developer will be
defining object property in many places using DP.

Is This Answer Correct ?    37 Yes 2 No

Post New Answer

More Scripts AllOther Interview Questions

Difference between the SAP MDM vs IBM MDM in approach, the tools used , ease in handling/implementing.

0 Answers   Wipro,


what is the diff between ANT and MAVEN?

2 Answers   Accenture,


why script is client dependant.

0 Answers  


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

1 Answers   Nous,


what is the difference between the start_form and open_form

1 Answers   IBM, TCS,






How applet differ from Swings in java ?

0 Answers  


What is URL Loader.?

1 Answers  


why script is client dependant.

0 Answers   Bristle Cone,


how can we move to the next column in excel sheet in file operation using descriptive programming inQTP?

0 Answers   HP,


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

0 Answers   Nous,


How to double click on Simple HtmlText in SilkTest automation tool?

1 Answers  


How do you insert record into scripting using siebel crm

0 Answers   KPIT,


Categories