Re: Automated user-interaction regression testing tools?
Re: Automated user-interaction regression testing tools?
- Subject: Re: Automated user-interaction regression testing tools?
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 1 Dec 2001 12:18:16 +0000
On Saturday, December 1, 2001, at 03:22 am, Mason Mark wrote:
We're looking for something that will allow us to record and play back
mouse actions and keystrokes, so that we can store long sequences of
user-GUI interactions and incorporate them into our regression testing
system.
I'm not sure how to record them, but you can synthesise events via the
CoreGraphics API. See CGRemoteOperation.h
-- Finlay