GUI Automated Testing: Simulating User Input

The next post on the "GUI Automated Testing" blog continues the theme of testing .NET applications with IronPython. This entry supplies a useful library of routines to simulate user input using (key strokes, mouse events etc) the Win32 API.

Lukas Cenovsky illustrates using this library to interact with an application under test.

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger