views:

56

answers:

1

Hi,

I'm starting a new web application project in VS 2008. I would like to use the Unit Testing framework included in VS 2008. Is this a good idea or are there any better Unit Testing frameworks that allow this? Any book recommendations?

EDIT: This is webforms. I'm not using MVC.

+1  A: 

There is an open source unit testing solution called NUnit. It is very good, and has lots of usage examples.

You should also read this tutorial about integrating the unit testing with the MVC. (I assume you are using MVC and not webforms)


Maybe this post will give you a head start on unit testing webforms.

There is also an (unsupported) testing library for asp NunitAsp.

Am
Actually I'm using Webforms. I haven't learned MVC yet, and it'd be quite a learning curve. The project has a very strict deadline.
Yeah I've tried using NUnitAsp before. It's not in development anymore, and I didn't like using it the last time I used it. This was a while ago.
I'm wondering if there is a good book or a tutorial that shows you how to use the Unit Testing Framework included with Visual Studio 2008 professional.
I haven't read books on that. so i cant really say
Am