I'm looking for opinions and thoughts surrounding testing and Continuous Integration using nUnit and/or FitNesse.
We develop applications, both windows and web with .net and are using TeamCity for continuous integration
I'm wondering what is the best way (and tools) to go about testing the various layers of our applications.
For example, should I be using FitNesse for UA Testing Stored Procedure Testing and nUnit for c# Unit Testin
Should I be using FitNesse to test everything? Can I run FitNesse tests from TeamCity and see the output?
Thanks for any help and direction :-)