Descriptive Programming in QTP
Hi guys,
I have a article about QTP descriptive programming.
The listed document gives how does it work in QTP 8.2 , with little or no enhacements it can be worked out for all the versions of the tool.
What is Descriptive Programming:
Descriptive programming is an approach through which the objects under test are recognized dynamically.
So to understand this we need to understand how does QTP work.
In lay man terms to test a certain application all the objects under test are preloaded into the QTP ,the collection of this group is called Object repository.
The actions which we perform on the application are done through scripts and functions.
SO there you understand the what OR is (Object repository)
And QTP recognizes those objects with the Logical names gives to the objects like name to Browser and title to page etc etc.
So without use object repository we create objects under test dynamically through script , this is called DP .