+ add .NET Support + other + Linux support (ph 1 analysis, ph 2 dev)

https://github.com/pywinauto/pywinauto/issues/757

There are two different kind of tools that I know:

Based on the accessibility layer: LDTP, dogtail, strongwind
Based on image recognition: sikuli, xpresser
In my opinion, LDTP is the best tool right now since it provides a way to access programatically to the widgets in your application through the accessibility layer. However, the accessibility layer isn't really stable yet, in particular if it's enabled system-wide. So I'd let LDTP enable accessibility just for your application for testing.

Sikuli looks promising, but I'm reluctant to recommend it because I'm not completely sure that a change in resolution, theme, font, etc. won't break all your test cases and you may end up spending a considerable amount of time maintaining them.

No due date   0% Completed