-
Recent Posts
Recent Comments
- common on JavaScript Closures Explained
- Stingbat on JavaScript Closures Explained
- derekgreer on Effective Tests: A Test-First Example – Part 3
- Geoff Mazeroff on Effective Tests: A Test-First Example – Part 3
- Rithish on RabbitMQ for Windows: Introduction
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- October 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- June 2009
- May 2009
- March 2009
- December 2008
- November 2008
- October 2008
- June 2008
- January 2008
- August 2007
- June 2007
- January 2006
- October 2005
Tags
acceptance testing Acronyms Arrow ASP.NET MVC Assembly Resolution Auto-mocking Containers BDD C# Closures Composite Application Development Convention over Configuration Custom Assertions Cygwin Dependency Injection Dependency Inversion Principle Design Patterns ECMAScript Expected Object Pattern ExtensionMethods Git JavaScript Law of Demeter Machine.Specifications Managed Extensibility Framework Model-View-Controller Model-View-Presenter NHibernate NuGet Object-Oriented Design Presentation-Abstracton-Control RabbitMQ Resharper TDD Test Doubles Testing Ubiquitous Language UnityMeta
Monthly Archives: March 2011
Effective Tests: How Faking It Can Help You
In part 1 of our Test-First example, I presented a Test-Driven Development primer before beginning our exercise. One of the techniques I’d like to discuss a little further before we continue is the TDD practice of using fake implementations as … Continue reading
Effective Tests: A Test-First Example – Part 1
The last installment of our series introduced Test-First Programming and briefly discussed its refinements: Test-Driven Development and Behavior-Driven Development. This time, we’ll dive into a simple Test First example using the principles of Test-Driven Development along with some of the … Continue reading
Effective Tests: Test First
In the last installment of our series, I presented a simple example of a traditional unit test. In this article, we’ll discuss a completely different way to use unit tests: Test First Programming. Test-First Programming In the book Extreme Programming … Continue reading
Effective Tests: A Unit Test Example
In the introduction to our series, I introduced some common types of automated tests: Unit Tests, Integration Tests, and Acceptance Tests. In this article, we’ll take a look at a traditional approach to unit testing and discuss a few practices … Continue reading
Effective Tests: Introduction
This is the first installment of a series discussing topics surrounding effective automated testing. Automated testing can be instrumental to both the short and long-term success of a project. Unfortunately, it is too often overlooked due to either a lack … Continue reading
