Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone, I currently just finished a big project which is ready for testing. Testing is a long boring process as you all know. I'm just wondering if anyone had any suggestions or could someone tell me how to go about making an application to do some of the testing for me. thank you in advance.
Posted
Updated 21-Dec-11 5:56am
v2

You could integrate your project with NUnit. This would automate testing for some of the methods - Integrated ASP.NET Web Application Testing with NUnit, Ruby, and Watir[^].
This[^] might be a useful reference as well.
 
Share this answer
 
Comments
Wendelius 21-Dec-11 15:20pm    
Good links, 5. Also xUnit could be a useful tool.
RaviRanjanKr 21-Dec-11 15:47pm    
My 5+
Definitely create unit tests and consider using Pex[^] to do some automated analysis and testing of your back-end code.

FitNesse[^] can be used for acceptance testing at the user-story level.

For automated UI testing, there are tools like Watin[^] and Selenium[^] for the web and White[^] for WinForms (and WPF?) testing.

If you really want to write your own automated UI tests, MSDN has some information on how to use the Windows Automation API here: Using UI Automation for Automated Testing[^]
 
Share this answer
 
Comments
Wendelius 21-Dec-11 15:20pm    
Good links, 5+
RaviRanjanKr 21-Dec-11 15:46pm    
5+
 
Share this answer
 
Comments
RaviRanjanKr 21-Dec-11 15:46pm    
XUnit is nice link. it useful for me also. My 5+
Wendelius 21-Dec-11 15:55pm    
Thanks Ravi :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900