Testing

Testing in the Application Lifecycle with Visual Studio 2010 Test Edition

a translated version of an article Rob and I wrote for the Dutch .NET Magazine. Visual Studio Test Edition will be significantly extended in the...

0 replies - 1333 views - 04/21/09 by clemensreijnen in News

Beginning Mocking With Moq 3 - Part 3

In the previous part of this series, we looked at how you can verify on an interface exactly what was called using Moq’s “Verify” syntax. In this entry...

0 replies - 1223 views - 04/01/09 by justin_etheredge in News

F#: Forcing type to unit for Assert.ShouldThrow in XUnit.NET

I've started playing around with F# again and decided to try and create some unit tests around the examples I'm following from Real World Functional...

0 replies - 439 views - 03/29/09 by markhneedham in News

Beginning Mocking with Moq 3 - Part 2

In the previous entry in this series on beginning mocking using Moq, we looked at how to create a mock and then later verify that some method was called. This...

1 replies - 1188 views - 03/16/09 by justin_etheredge in News

Agile Adoption Refcard for Decreasing Time to Market Available for Download

What is Agile? Do you have the right agile practices for your team? This Refcard focuses on choosing the right agile practices for your team or organization...

3 replies - 10314 views - 03/16/09 by Nitin Bharti in Announcements

Agile Methods - Delivering Software Faster

A core tenet of agile methodologies is to help teams deliver software more quickly. But with the plethora of agile practices available to choose from, teams...

1 replies - 3860 views - 03/16/09 by Kirk Knoernschild in News

Unit Testing File I/O Operations

This is an issue I’ve seen come up in my own team a lot lately and I thought it may be of general interest as well.  This issue is how would I unit test...

0 replies - 969 views - 03/13/09 by jeremyjarrell in News

Test-Driven Development in .NET

In this presentation, recorded by Skills Matter, Chris Roff, David Ross, and Gojko Adzic present tools and techniques for Test-Driven Development in .NET. They...

0 replies - 1217 views - 12/30/08 by alashcraft in Videos

Unit Testing Legacy Code With C# 3.0 Language Features

We all have some old legacy code from the C# 2.0 days floating around--Legacy in the Feathers sense of the word that there are no unit tests around it.  We...

0 replies - 822 views - 12/12/08 by jeremyjarrell in News

Is Code Coverage Important?

How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...

20 replies - 5751 views - 10/20/08 by Meera Subbarao in Articles

Blisteringly Fast Integration Tests With NHibernate and SQLite

One thing I love about using NHibernate as my O/RM is being able to push the database schema from the domain.  This lets me create the database from scratch...

1 replies - 3271 views - 10/10/08 by carcer in News

.NET Internals : Guaranteed, Finalization Order Is Not

As part of our ongoing quest to categorize all finalization-related problems, I'd like to present another honorable mention in the series.  This time, it's...

0 replies - 1051 views - 08/09/08 by sashag in News

The Undercover Adventure (Part 3): Sometimes it’s like trying to appreciate the “squareness” of a peg with round thinking.

When I initially started at the mine around 3 months ago I never anticipated that this industry would have as many acronyms as the IT industry. I was wrong. My...

2 replies - 2434 views - 07/29/08 by AnneBotha in Articles

The Undercover Adventure (Part 2): I want to know what you mean. What you meant. What you will mean. Everytime.

I am a really strong believer in validating assumptions and clearly communicating your decisions with your team before you choose to take a path in front of...

6 replies - 2672 views - 07/21/08 by AnneBotha in Articles