Drag and Drop issue

Ranorex Studio, Spy, Recorder, and Driver.
rkshah
Posts: 1
Joined: Fri Apr 24, 2015 7:52 am

Drag and Drop issue

Post by rkshah » Fri Apr 24, 2015 7:57 am

I amusing trial version of Ranorex software with Applications of my company and I am facing issue with drag and drop.
If I drag and drop any object it is not working.

Please give me some solution whether it supports drag n drop or not.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Drag and Drop issue

Post by krstcs » Fri Apr 24, 2015 2:17 pm

Please include more information when raising issues on the forums. This will help us have a better understanding of your situation. Please include the following:

Ranorex version
Windows version
Technology of System Under Test (SUT) (Java, WPF, Flash/Flex, HTML, etc.)
Error message, if any

Ranorex supports drag-and-drop in most situations. You need to do a MOUSE-DOWN on the object to move, then a MOUSE-MOVE to the new location, and finally a MOUSE-UP. (I find it is easier to do these things manually, but you can use special keys while recording to do the same thing.)
Shortcuts usually aren't...