views:

136

answers:

3

I'm searching for a good ASP.NET Unit Testing tool. Googling gives me some tools, but I would like to get started with a good tool.

Any experience with these tools?

Is there a way to do ASP.NET Unit Tests with the build-in Unit Testing in Visual Studio 2008?

+2  A: 

I used WATIN, It's very very powerful I think.

Canavar
A: 

Alternatively, you can use Selenium RC.

eglasius
A: 

nUnit would be my suggestion over the built in unit testing that Visual Studio has.

JB King