amiry jd
amiry jd

Reputation: 27585

Starting to NUnit in ASP.NET MVC 4

I'm a new guy to unit testing in .NET and I want to start with NUnit. I'm using ASP.NET MVC 4 for creating my project. Where can I start to learning NUnit? Can you suggest me some tutorials please?

NOTE: I'm NOT new in ASP.NET and ASP.NET MVC and C#

NOTE: I have some experiences with unit testing in RoR.

Upvotes: 0

Views: 1048

Answers (1)

Lews Therin
Lews Therin

Reputation: 10995

You can learn NUnit using Osherove's tutorial and book. Or something called unit testing kata.

Read Art Of Unit Testing by Roy. Good read.

Link to kata testing: Unit Testing Kata

Upvotes: 3

Related Questions