views:

138

answers:

2

I need to have an application simply record mouse gestures and keyboard strokes that will then be able to play this recording back. I will run this on a few computers on the network to simulate multi-users.

The app does not need to create any output scripts or code I just want to run the recording over and over again.

I'm not sure if its possible but I'd like to be able to run the recording numerous times on the same machine with a startup time delay. This is not essential and I'm not even sure if its possible.

I have seen Ranorex and also an app called AutoMe. Not sure if they are any good so can you please recommend any apps that fulfil my requirements.

Thanks

UPDATE: Anyone?

+1  A: 

Autohotkey (http://www.autohotkey.com/) is pretty nice. It has a macro recorder that is fairly simple and easy to use, and if you want to create more powerful scripts, you can do just about anything with it. There is a fairly low learning curve, and good online documentation and community.

CaptnCraig
A: 

What is the purpose of the simulation? Are you attempting to do some scalability or load performance testing? There are many different tools available to do that.