I'm developing an MVC 3 project using MVVM (DB backend) and I'm wondering if I should use "Basic Unit Test" or "Unit Test." The descriptions in VS 2010 are identical.
I don't think there is any difference except [basic], where you can do quick and easy testing vs writing complete code to perform the unit testing, which can be helpful later to perform other validation.
TooNotCasual
Member
35 Points
42 Posts
Unit Test vs. Basic Unit Test for MVC 3
Jun 28, 2012 07:14 PM|LINK
I'm developing an MVC 3 project using MVVM (DB backend) and I'm wondering if I should use "Basic Unit Test" or "Unit Test." The descriptions in VS 2010 are identical.
Thanks
test
CPrakash82
All-Star
18284 Points
2841 Posts
Re: Unit Test vs. Basic Unit Test for MVC 3
Jun 28, 2012 10:27 PM|LINK
I don't think there is any difference except [basic], where you can do quick and easy testing vs writing complete code to perform the unit testing, which can be helpful later to perform other validation.
Thanks,
test
TooNotCasual
Member
35 Points
42 Posts
Re: Unit Test vs. Basic Unit Test for MVC 3
Jun 30, 2012 12:00 AM|LINK
Thanks. There is very little difference. Just a few more structure lines in Unit Test that aren't in Basic Unit Test