We are looking for a way to automate windows forms for acceptance testing. Our requirements are:
- Must be usable by non-developers (ie: people with no development environment installed)
- Must have a recorder
- Must support third-party controls
- Must have basic functionality (allow clicking on buttons, inputing text, validating results, accros multiple windows if necessary)
Basically, something like Selenium, but for windows forms.