IntelliTest Vs. Unit Test in Visual studio

5.9k views Asked by At

Those two features seem similar. I wonder when should I favor one over another?

enter image description here

1

There are 1 answers

1
pvlakshm On BEST ANSWER

IntelliTest can augment an existing unit testing practice you may be following already. Please see here: https://blogs.msdn.microsoft.com/visualstudio/2015/09/30/intellitest-for-net-test-more-with-less-effort/ for some thoughts. You do not have to choose one over the other. They are complementary.