Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is meant by descriptive programming?

Answers were Sorted based on User's Feedback



what is meant by descriptive programming?..

Answer / khemlal sinha (mcafee)

when you record an application in QTP it will add that object in object repository . while running the test it will identify ogject based on the property available for that object in repository.

in descriptive programming you will write the description of each object in the script itself so you won't be dependent on object repository .

let me know if you got it or not

Is This Answer Correct ?    3 Yes 0 No

what is meant by descriptive programming?..

Answer / siva

In DP, we’re "manually" specifying the properties and values by which the relevant object will be identified. This way QTP won’t search for the properties data in the OR, but will take it from the DP statement. This can be done in a fast, ad-hoc way, in the very line of the command we want to execute

The syntax is: Class(PROPERTIESSTRINGS).Command, where PROPERTIESSTRINGS specifies the properties and values for the object’s identification.
For example:
VBWindow("property1:=value1&#8243;, "property2:=value2&#8243;).Click

VBWindow" class is just an example for DP with VB objects

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how many types of actions r there? what r they? explain? pls give any one answer?

3 Answers   IBM,


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

0 Answers   Adea Solutions,


what is the difference between ClassName and class in QTP?

3 Answers  


what are the files created after executing QTP script file, please specify the file names with extensions

1 Answers   Virtusa,


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

0 Answers   TCS,


How do you return a value from a function

1 Answers  


What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?

14 Answers   IBM,


wt is playback facilityin qtp?

2 Answers   IBM,


I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?

0 Answers  


wt is the xtension of the QTP result view file?

4 Answers  


How to execute a winrunner script in quicktest professional?

0 Answers  


How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance

2 Answers   BirlaSoft,


Categories