Currently we're using AutoIT for automating a few internal tools built with WinForms.
This is not a smooth process since AutoIT does not handle .NET windows very well as far as i could see.
I'm looking for a framework that is:
- Free (or very cheap).
- Works with WinForms/WPF and any other .NET technology.
By this i mean robust control identification that will redue overhead of maintaining the
project with every small ui change of the application. - No scripting/minimal scripting involved (if possible - in a popular language).
- Record mode to record runs.