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
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What is the file extension of the code file and object repository file in QTP?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
how to find that tools work well with your existing system?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What are private functions in QTP? How they can be called from the function library?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What are the features supported by UFT?
With what extension you can save the list of tests in a file to run in test batch runner?
whow much strong on VB and C?
How to do call a output parameter from one action to another action??/
How to test results for qtp ?
If created one virtual object? Next time I changed the window position will it work?
How would you directly trigger javascript in a test?
if numbers are always changing write a script for that