QTP Forums

Full Version: How to do the QTP drag and drop between two different java objects?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
I am facing this very same issue right now. My requirement is to drag an item from a JavaTree and drop in a segment of a JavaWindow. Can anyone help me with this issue?

(01-18-2008 04:24 PM)ioanaalm Wrote: [ -> ]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
Hi,

We are facing with the same problem...have you got the solution for this????

Thanks in advance.





(01-18-2008 04:24 PM)ioanaalm Wrote: [ -> ]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
Reference URL's