Is it possible for us to integrate the junit test cases for an application for which we are developing using the ASP.Net Platform? Since I am from Java j2ee Tech background, have a very less knowledge on .Net Technology
So that means we cant use Junit and instead we can use Nunit?
harigm
2010-05-27 08:55:22
Yes, I was a bit cryptic about that. Sorry. :)If you want to test your .net code you must use a .net unit test library. NUnit is very similar to JUnit so it should be the best solution for you.
mamoo
2010-05-27 09:01:38