Reputation:
How to generate click on link in C# for automation testing?
Upvotes: 0
Views: 530
Reputation: 6854
if razzie assumption is true and you want to test your gui , if you are developing windows form app , use TestComplete , its perfect tools for such a use and generally test automation.
Upvotes: 3
Reputation: 31222
I'm not quite sure what you want to achieve. If you want to 'unit test' your GUI, e.g., a user clicks on a link and he should navigate to page X, then I think NUnitASP comes close to what you want. You can basically say that you browse to page X, and can then test various things, like a textbox that should be present, what should happen when the user tries to save the form on that page, etcetera. See if this is what you need.
Upvotes: 1