unit test cases visual studio -


I am new in unit tests, I am starting to work on a big project using C #, VS 02010 Was thinking that if it is a good idea to use the test-frame that comes with VS2010, or I should look for a third-party structure.

Thanks

If you are resetting the organization, then using MSTest It is a good reason to use it, if you are doing it yourself, then this argument is irrelevant.

For the third party structure, NUNT works well with VS 2010, and it is easy to get information about how to use it, because this is the only one I have used My previous employer did not pony for MS Test licensing.

The key to using the unit test framework is learning how to write good tests, it is not necessarily The Emal.

Best wishes



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -