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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to