Reputation: 11
I have very little experience with Windows platform and I really need a tool to test my application from the UI side. Quick i-net search make me completely baffled, so any help is highly appreciated.
Key requirements:
Application itself is written on C#, but it doesn't matter, right?
Upvotes: 1
Views: 127
Reputation: 17631
If you're developing with WPF (or even WinForms), I'd give Microsoft UI Automation a shot. In conjunction with MSUnit or NUnit it allows easy and programmable UI tests.
Upvotes: 1
Reputation: 8628
Nunit is good for functional & Logic testing, its 3rd Party and free to Install. But I dont think it will cover capturing Screenshots etc.
Upvotes: 0