i want to start writing unit tests for my project, what add ons if needed should i install,
what abilities do i get by default?
i want to start writing unit tests for my project, what add ons if
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I highly recommend NUnit, even over Visual Studio’s built in tests.
Here are some more references:
NUnit vs. MSTest
NUnit vs Visual Studio 2008’s Test Projects for Unit Testing?
NUnit vs. MbUnit vs. MSTest vs. xUnit.net
More importantly, manage your expectations and understand where these tests make sense and where they don’t. It’ll help keep you from getting discouraged as you’re getting started. Searching Stack Overflow for unit testing and/or TDD will give you lots of food for thought.