Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom tree control and qtp
#4
Not Solved
Anil -

Okay. It doesnt seem easier than i thought.

1 . What technology is used to build that Tree ?

There are 2 ways to approach this issue,

1. IF you know the technology then you can discuss with HP to know if there are any supported add-ins which can help you recognize the object.
2. Reinvent the wheel. It means you may have to write your own customized functions to work with this object. Let me give you a clue,

Code:
.WinObject().GetTextLocation ' Does this method exist ? If not check what other methods would give you the text from the tree. This will give you the co-ordinates of the text

Then you can try the below,

Set DeviceReplay = CreateObject("Mercury.DeviceReplay")
DeviceReplay.MouseClick x, y , RIGHT_MOUSE_BUTTON
Set DeviceReplay = Nothing

The second approach is going to be a tedious and would require a lot of research from your end, sometimes working closely with the developement team.

Try the first approach to your best and if you dont succed then plan your second approach.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Messages In This Thread
Custom tree control and qtp - by Anil Kumar - 08-25-2009, 04:58 AM
RE: Custom tree control and qtp - by basanth27 - 08-25-2009, 12:30 PM
RE: Custom tree control and qtp - by Anil Kumar - 08-26-2009, 09:47 PM
RE: Custom tree control and qtp - by basanth27 - 08-27-2009, 12:02 PM
RE: Custom tree control and qtp - by Anil Kumar - 08-27-2009, 10:44 PM
RE: Custom tree control and qtp - by basanth27 - 08-28-2009, 12:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows Application Custom Combo box selection change event not firing in uft RamUFT 0 861 02-06-2020, 08:10 AM
Last Post: RamUFT
  Custom sort -Excel Sheet kiran 1 3,710 01-28-2014, 09:23 AM
Last Post: supputuri
Exclamation How to get values from a Java Tree Narayanan 0 3,839 11-28-2013, 03:31 PM
Last Post: Narayanan
  How to expand and collapse a tree structure in a web page qtplearner88 4 8,263 04-05-2012, 09:14 AM
Last Post: qtplearner88
  Bitmap Custom Comparer veera.koduri 1 3,133 06-28-2010, 03:30 PM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)