Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to do the QTP drag and drop between two different java objects

Status
Not open for further replies.

ioanaalm

Programmer
Jan 18, 2008
1
FR
I use QTP to record the drag and drop between two different java objects: a node of a JavaTree and a JavaTable.

First: the drag and drop is not recoreded

Second: I use JavaWindow("Integration-Services -").MouseDrag 85,299,542,188. When I run the test, the tree node gets selected(that means the coordinates are good), but the drag and drop is not done.

Third: I have no alternative. I must use drag and drop.

Does anyone have any idea to help me?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top