[Tutor] I would like to learn python ASAP
Kent Johnson
kent37 at tds.net
Wed Feb 8 12:08:16 CET 2006
guy wrote:
> I would like to understand how one can right unit test cases using python
> and how to utilize them on a giving application.
There are several Python packages that help to automate Windows GUI
applications. These could be used to write tests.
winguiauto has the basics
http://www.brunningonline.net/simon/blog/archives/winGuiAuto.py.html
These two are based on winguiauto:
http://www.tizmoi.net/watsup/intro.html
http://sourceforge.net/projects/pywinauto
Kent
More information about the Tutor
mailing list