Search Results

1
vote

Can you recommend low cost automated testing tools for a .NET Winforms application?

One low cost tool is to write your own. That's what we have done. We use IronPython to write our tests. It's a great language for that. It's a full .NET language, so it can call your .NET p …