Unit test is one of power testing methodology for developers code, and its easy , and i as a .net developer , i like that is embedded in VS, by single click you can create a unit test function. If you are working with agile and you have non-stop changing requests, new features and of course bugs, there are no way of not using strong unit-tests, it will always raise a flag, that says MY CODE IS OK, it simply ensure that you have more stable deliveries. In any company, we always care about...
[More]