-
Recent Posts
Recent Comments
- Matt S. on ripple: Fubu-inspired dependency management
- SapiensWorks | Asp.Net Mvc Routing By Convention on Handlers – A useful FubuMVC Convention
- TDD: Links, News And Resources (8) | Angel "Java" Lopez on Blog on Investing in your tests–A lesson in object composition
- The Morning Brew - Chris Alcock » The Morning Brew #1287 on Introducing FubuMVC.AutoComplete
- jmarnold on Introducing FubuMVC.AutoComplete
Archives
Categories
Meta
Tag Archives: testing
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
Posted in Uncategorized
Leave a comment
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
