Ad Code

Testing tools like cyclomatic complexity checker

Testing tools like cyclomatic complexity checker and memory leak identifier, are they available as in integrated part of IDE? if yes kindly mention suitable IDE which has these tools?



Yes, you can calculate cyclomatic complexity of a program or a function in Visual Studio. The link below explains how it can be calculated using Visual Studio.

http://msdn.microsoft.com/en-us/library/bb385908.aspx

http://blogs.msdn.com/b/zainnab/archive/2011/05/17/code-metrics-cyclomatic-complexity.aspx

Visual Studio also provides the feature to detect memory leaks in a program. The link below explains how to use this feature:

http://msdn.microsoft.com/en-us/library/x98tx3cf%28v=VS.100%29.aspx
Reactions

Post a Comment

0 Comments