QTP is identifying all windows application objects(i.e.
winbutton,winconbobox,etc) as winobjects.How to handle this?
Is there any way to add our own properties to identify
objects?
Answer / jay prakash
I am not clear with your question. Are you talking about
virtual objects ? Please reform or clarify the question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain getroproperty and gettoproperty & settoproperty?
To which environments does QTP supports ?
What are the problems / difficulties faced when you used Smart Identification ?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
How to capture screen shots when an error occurs?
how do you configure QTP AND Test director?
How to use conditional loops in qtp ?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
what is the structure for the data driven framework
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
why we use sendkey method in qtp?