Automated Test Tools
-
Hi all I wonder if you all have any ideas on the best automated test tool for regression testing, unit testing, UI testing, against C# web services, asp.net web pages, etc. Cheers Gizz
I've had good luck with NUnit so far, but I'm going to look into using mbUnit or Marc Clifton's AUT framework as well. I think you can do a pretty good job with any unit testing tool as long as you understand some basic patterns of unit testing. You might want to check into Mr. Clifton's articles on this subject on this website. Will
-
Hi all I wonder if you all have any ideas on the best automated test tool for regression testing, unit testing, UI testing, against C# web services, asp.net web pages, etc. Cheers Gizz
From what I have seen at various MS events, Team Services seems like it will cover much of what you are looking for. At this time, I am unaware of any application that will support automated testing for all of the areas you listed. RUnit[^] makes for a nice addition to NUnit giving you a web based GUI. Levi Rosol Blog By Levi[^]
-
From what I have seen at various MS events, Team Services seems like it will cover much of what you are looking for. At this time, I am unaware of any application that will support automated testing for all of the areas you listed. RUnit[^] makes for a nice addition to NUnit giving you a web based GUI. Levi Rosol Blog By Levi[^]