How to Improve Code Quality with Visual Studio 2013

In this post I will cover how to become a better developer by improving code quality using Visual Studio 2013 features. Code quality covers aspects like correctness, performance, maintainability and elegance. Lets look into few tools and features in Visual Studio 2013 to develop and sustain high standards of code excellence. 1. Code Metrics It quickly highlights code quality

Best 7 Code Coverage Tools for Different Programming Languages

In a recent post, we have discussed about what code coverage is all about and its importance in the field of software testing. Today, we are talking about the various code coverage tools that are used to measure the quality of software testing. These tools are mainly used in unit testing by developers. There are

All You Want To Know About Code Coverage in Software Testing

Code Coverage is a white box testing methodology, used to describe the degree to which the source code of a program is tested by a particular test suite. Simply saying, code coverage is performed to check whether your tests are actually testing your code or not. With code coverage, one can tell how much of