Search code examples
unit-testingvisual-studio-2015intellitest

IntelliTest Vs. Unit Test in Visual studio


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

enter image description here


Solution

  • 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.