Jump to content

Recommended Posts

Posted

Hi

In a project to measure the availability of various IT services and response times, I am looking for a software which generates specific user activity.

An example of simulated activity would be: the user opens Outlook, writes a mail, appends an attachment, sends it out to an auto responder, checks the returned mail and records if it was successful, and the time it took. Similarly with Word, Excel and other GUI applications.

It should be kind of a robot which periodically simulates a typical user activity in front of his workstation and evaluates the system's response (and responsiveness).

We expect to determine the service's availability, the response times and such, for SLA compliance.

Has anyone done this with AutoIt? What alternatives are there for such a task?

TIA

Alex

Posted

I give you.... The Typing Robot:

Posted Image

:)

All seriousness aside, AutoIt can do what you describe. The apps you describe all have COM interfaces available, which AutoIt can use, and any that don't can be automated with mouse/keyboard simulation.

^_^

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
  • 1 month later...
Posted

Belated thanks to all!

I was experimenting with AutoIt and I am impressed!

Now, I was trying to simulate user activity in a Citrix/Terminal Server environment; the problem is that the window is not structured - just an image, so I have to record the mouse and keyboard. It is cumbersome and the result is very unreliable: any small change of the desktop inside the Citrix client makes the script unusable.

Did anyone successfuly simulated a Citrix activity with AutoIt? Could you share a sample script?

Thanks and regards

Alex

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...