I m trying to automate one vb desktop application in that
there is vblist vbcombobox many other vb tools are
there ,when i m trying to find some unique property to
identify the object (take example of vbcombobox ) I cannot
find any unique property, all the combobox belong to same
nativeclass same name no ids are available ,only the
distinct property is there x and y coordinates so i m using
some code like this
"vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y
:=443").exist(2)" but i dont find them reliable .Can anyone
suggest me some other way to identify those objects with
some unique property or is there any way to register our
own property .I m using descriptive programming to write
the code .Thanks in advance
Answer Posted / test
Use Object Spy to identify the property of the particular
object. The use that property in DP
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
regular expression in qtp standar check point for months from accepting months from january to december only
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
How to get Traceability matrix from TD?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What are some test assets and related extensions of qtp?
If I change the property value at runtime is it effect is object repository?
Which recording modes need more memory?
Why to use descriptive programming?
What are the recording modes in qtp?
can the activities of test case design be automated?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
For which type of projects the iterative model is not suitable?
What is the basic concept of quicktest professional (qtp)?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Define object spy ?