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
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Which features or drawbacks of QTP lead to the upgrade for a newer version?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Explain in brief about the quicktest professional (qtp) automation object model?
What is ‘object spy’ and what is the function of object spy in qtp?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
When you open QTP, how many sheets you can see?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Differences between text and test area checkpoints?