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