What is Description object in QTP/UFT? How is it related to Descriptive Programming?
|
Description Object
|
|
HI Sanjith,
Description object is an object where you can specify or assign some properties to an object and use the same. Example: If you want to get the Link child objects in a page then you can create a description object for the childobject and then search for that. Code: Set MyDescObj = Description.Create() 'Creating a description object'You can specify number of properties and value for the descripton object. Code: Set ChObjLinks = Browser().Page().ChildObjects(MyDescObj)Please let me know if you need any more info.
Thanks,
SUpputuri |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Taking Property values in Description objet throw Excel Sheet | devarapallliramana | 3 | 3,687 |
03-11-2014, 10:50 PM Last Post: supputuri |
|
| error with msdn's description of overwrite value of CreateTextFile ?? | anu05446 | 1 | 2,924 |
03-10-2014, 02:48 PM Last Post: basanth27 |
|
| Description about Types of Ordinal Identifier | abhijit.airforce | 1 | 2,958 |
12-27-2013, 02:57 PM Last Post: Ankesh |
|
| WebElementobject's description matches more than one of the objects | sumanth | 5 | 4,646 |
10-29-2013, 03:15 PM Last Post: Sathiya |
|
|
|
Empty Server description SAP GUI 7.20 with QTP11 | sylvester618 | 2 | 5,102 |
09-10-2013, 06:05 PM Last Post: Ankur |
Users browsing this thread: 3 Guest(s)

