-
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: guidelines-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
