Micro Focus QTP (UFT) Forums
How to do the QTP drag and drop between two different java objects? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to do the QTP drag and drop between two different java objects? (/Thread-How-to-do-the-QTP-drag-and-drop-between-two-different-java-objects)



How to do the QTP drag and drop between two different java objects? - ioanaalm - 01-18-2008

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
Code:
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


RE: How to do the QTP drag and drop between two different java objects? - nishazach - 06-02-2009

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?


RE: How to do the QTP drag and drop between two different java objects? - Pindaruk1 - 06-20-2011

Hi,

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

Thanks in advance.


RE: How to do the QTP drag and drop between two different java objects? - excellentpawan123 - 05-15-2014

I am also facing exact problem


RE: How to do the QTP drag and drop between two different java objects? - excellentpawan123 - 05-23-2014

Recording method can solve this. Use insight recording in UFT. This solved my problem