WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?
Answer Posted / sharads
Descriptive Programming used to bypass Object Repository.
Descriptive programming is used when we want to perform an
operation on an object that is not present in the object
repository. There can be various valid reason to do so.
There are two ways in which descriptive programming can be used
1. By giving the description in form of the string arguments.
2. By creating properties collection object for the description.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
How do you send email with attachment from outlook using qtp ?
To which environments does quicktest professional supports?
What are the data types in qtp?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
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
Is it possible to switch between recording modes during a test creation?
How to record application running on the Virtual machine?
How many types of recording modes in qtp? Describe each type with an example where we use them?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
what is test scheduleling?
How to run a test using quicktest professional?
What do you mean by iteration?
What are the features supported by UFT?