-
Recent Posts
Recent Comments
- jmarnold on Introducing FubuMVC.AutoComplete
- Gleb Chermennov on Introducing FubuMVC.AutoComplete
- jmarnold on Introducing FubuMVC.AutoComplete
- Alex Henning Johannessen on Introducing FubuMVC.AutoComplete
- Travis Higley on Introducing FubuMVC.AutoComplete
Archives
Categories
Meta
Author Archives:
Introducing FubuMVC.AutoComplete
In my previous post, I introduced FubuMVC.Validation and the power of the “drop in Bottles” found in FubuMVC. Today, I’m happy to continue that series by introducing FubuMVC.AutoComplete. This is a simplistic demonstration but I want to make note of … Continue reading
Introducing FubuMVC.Validation. For real.
As some of you may already know, FubuMVC finally hit 1.0. In response to this milestone, Jeremy and I are hard at work on docs and trying to restrain the urge to write new features until those are done. Today … Continue reading
Investing in your tests–A lesson in object composition
“Invest in your tests”. I say it all the time and it just never seems to carry the weight that I want it to. This bothers me. It bothers me so much that it’s generally in the back of my … Continue reading
Lessons from refactoring two year old code
About two years ago I took my first swing at FubuValidation and FubuMVC.Validation. Jeremy and I have been playing chicken on a cleanup of both of them for a long time now. Thankfully, two years later, I finally found the … Continue reading
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
Automated testing with FubuMVC, StoryTeller, and Serenity
Overview In my previous post I talked about some foundational ideas for automated testing. Rather than continuing on with conceptual points, let’s take a look at an example of how we do automated testing in the world of Fubu. Note: … 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
Fubu Updates and Announcements
This week has not been the best week we’ve had. It’s been a constant struggle with infrastructure and I’m finding the title of my last post slightly ironic. Don’t let your build server run out of space Early this week, … Continue reading
