Unit Test & Nunit Testing For VS.net 2005 Professional Edition

hi i am using VS.net 2005 Professional Edition working on WCF 3.0 + windows Application for i need to run [Unit Test or Nunit for My Code] how can i do that can any please send me peace of code of guidlines how to run the Nunit in vs.net 2005 professional edition

i would be very help full for me, but if u use VS.net 2005 Team Edition is working but not in vs.net 2005 professional edition

please leave's ur comment's

thank regards

su

[476 byte] By [SHSYEDHANIF] at [2008-2-12]
# 1

Newkirk & Vorontsov's "Test-Driven Development in Microsoft .NET" has an appendix that shows how to get started using NUnit in VS. I found this helpful for getting started.

HTH,

Ron Pihlgren [MSFT]

RonPihlgren[MSFT] at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 2
In addition, VS2008 Pro edition contains Unit Testing from Microsoft.
EuanGarden at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 3

Some other useful links include

http://www.nunit.org/index.php?p=quickStart&r=2.4

and a list of books

http://www.nunit.org/books.html

Andy

AndrewStopford at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...