Answer Posted / yedukondalu
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 you can create a description object for the childobject and then search for that.
Set MyDescObj = Description.Create() 'Creating a description object
MyDescObj("Class").value = "Link" ' Assigning a property and value for the object.
'You can specify number of properties and value for the descripton object.
Set ChObjLinks = Browser().Page().ChildObjects(MyDescObj)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get Traceability matrix from TD?
What is Unicode Compatibility?
how to download mercury qtp9.2 ny internet ?
How to use checkpoints in qtp ?
Generic function to search for the unique link in webtable and click on it
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How to run a test using quicktest professional (qtp)?
What is keyword view in qtp?
What are the recording modes in qtp?
What is checkpoints for quicktest professional?
What is the differences between image check point and bit map check point?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Explain types of output values?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How to recognise the webelement and verifying that webelement is enabled?