… for .NET with VS Team System Test Ed? Yes I know I should make my UI thinner, but I’m working with old code and I’d like to unit test the current state before I make major refactorings.
I’ve tried NUnitForms and White, but they seem to have a non-obvious dependence on NUnit. I get thread locking/managed code execution errors whenever I try to do use either to do an automatic UI operation.
What framework would you suggest I use?
See the below SO questions:
Can you recommend low cost automated testing tools for a .NET Winforms application?
Tools for automated GUI testing (on Windows)?