Stories recently tagged with 'Coverage'

The Meaning of 100% Test Coverage(nuclex.org)

submitted by CygonCygon(134) 2 years, 2 months ago

The Myth that 100% test coverage means code is completely bug-free has been busted thoroughly. So much in fact, that it is almost risqué to add complete test coverage to your agenda. But is 100% test coverage really 100% useless, or are there some advantages worth striving for still? This article discusses the advantages and disadvantages of aiming for 100% test coverage. read more...

add a comment |category: |Views: 14

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 11 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 370

tags: another

Integrate PartCover.Net, Nant and Cruise Control.Net(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 3 years, 8 months ago

How to run PartCover with Nant, generate an xml report and integrate the report into CC.Net to get your coverage statistics in your Integration server. read more...

add a comment |category: |Views: 701

tags: another

Unit Testing and Code Coverage - A Powerful Duo(thevalerios.net)

submitted by mattman206mattman206(305) 3 years, 8 months ago

Unit testing (using NUnit) and code coverage (using NCoverExplorer) make an amazing combination to not only run unit tests, but see how well your tests execute your code. All of this is made even easier by the TestDriven.net Add-in for Visual Studio. read more...

add a comment |category: |Views: 54

tags: another

Part Cover a code coverage tool that works with Static methods(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years ago

I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover. read more...

add a comment |category: |Views: 168

tags: another

If yer code ain't tested, the waterfallists win.(frogsbrain.blogspot.com)

submitted by frogsbrainfrogsbrain(225) 4 years, 6 months ago

Move over Fox News, Guantanamo and Ashcroft aren't just for the news scroll anymore. .NET is great, but there's a lot of really neat innovation going on in the Java-sphere even now. Two tools that take your TDD to a whole new level are on the horizon. Any bets on how long before they're re-implemented in .NET? read more...

8 comments |category: |Views: 2

tags: another