Why would I use third party testing tool like NUnit,TestDriven.Net etc, when I have Visual Studio Test System (VSTS) unit-testing framework installed?
Asked
Active
Viewed 259 times
0
-
possible duplicate of [NUnit vs. MbUnit vs. MSTest vs. xUnit.net](http://stackoverflow.com/questions/261139/nunit-vs-mbunit-vs-mstest-vs-xunit-net) – nawfal Jul 23 '14 at 15:12
2 Answers
1
Other testing frameworks have more features, better tool support or a different interface that some developers may prefer. For example, NUnit has the TestCase attribute allowing multiple tests to be performed using the same test method. MSTest lacks this although it is possible to emulate it (see Does MSTest have an equivalent to NUnit's TestCase?).
See NUnit vs. MbUnit vs. MSTest vs. xUnit.net for more information.
0
https://stackoverflow.com/a/2367759/545858
That's atleast for NUnit. And my guess is that other unit-testing tools are made because of the same reason (extensibility)
Community
- 1
- 1
Keethanjan
- 365
- 1
- 7