-
Recent Posts
Recent Comments
- ashic on ripple: Fubu-inspired dependency management
- 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
Archives
Categories
Meta
Tag Archives: automated-testing
Guidelines for Automated Testing: Defining Test Inputs
There are several simple rules to follow when dealing with test setup for automated tests: Data setup should be declarative Data setup should be as easy as you can possibly make it The inputs for your test belong with your … Continue reading
Guidelines for Automated Testing
Overview Continuing the theme of my most recent posts, I’ve decided to start a series on Automated Testing. I’ll be pulling from lessons learned on all of the crazy things that I’ve been involved with over the last year. It’s … Continue reading
A lesson in automated testing via SlickGrid
Overview Some time ago I became absolutely obsessed with testing – automated testing to be more specific. While I mostly blame Jeremy Miller for drilling the concepts and values into my skull, I’ve recently started wondering what changed in me. … Continue reading
Some foundational ideas for automated testing
Let’s get the blanket statement out of the way, shall we? Automated testing is hard We have all sorts of strategies and patterns that are well-known and used every day for unit testing and integration testing. We all have differing … Continue reading
