- Failure is Feedback
- Posts
- đȘżQuality Nonsense: Analyzing a Test Suite Using The Home Edit
đȘżQuality Nonsense: Analyzing a Test Suite Using The Home Edit

Thereâs been a little organizing happening lately. One of my friends recommended I watch The Home Edit. For the last couple of months, you would see me on a Saturday, folding laundry and watching 2-3 episodes of The Home Edit.
đ¶ïž Hot tip! Watching something productive while doing something productive makes a body feel amazing! I highly recommend it.
I watch the show and soooooo many good ideas pop up in my head. But, after all the laundry is folded and the credits start rolling, Iâm feeling weird. A strange mix of âOh my gosh, Iâm so INSPIRED!!â and âWhere is my BED? I need to lay down.â
đ¶ïž Hot tip! Donât try to do the inspiring thing in your head right away. You will fizzle out quickly. Get a notebook, write it down, and let it simmer. Maybe make a calendar event for it at a later date. Make it exist but itâs okay if it doesnât get done immediately.
After a good nap and maybe some coffee, I process what I watched. There are several things I love about the show what comes to mind is what they teach could be applied to organizing systems as well. For this particular post, Iâll focus on an automation test suite. Get in folks! Youâre in for an organization ride!

Letâs start with the Why. No, not Simonâs Sinekâs Why (though that is a very good book). Why do you want to organize your test suite?
Does itâŠ
take too long to run?
provide insufficient feedback on test failures?
Is itâŠ
unreliable?
frustrating? What makes it frustrating?
hard to read?
misleading? (more on this idea in a bit)
âŠyou fill in the gaps.
One of my favorite questions to ask myself when Iâm not feeling good about a process or something Iâm making is, âWhat sucks?â Having an open question leaves the space for all kinds of answers. Maybe start with what feels bad and see what comes up in the conversation.
OKAY! (Clea and Joanna yell a lot) Weâve defined our Why. Now we have to figure out what we want. Defining what we want will help us decide what to keep in our test suite. Many times, Iâll hear the team ask, âWhat is your vision for this space?â
So, what do you want?
Would you like tests thatâŠ
Build confidence on releases? What would it take to build confidence? What are the missing ingredients that make up a confident release?
provide clear failure messages?
are easy to fix?
are easy to understand?
âŠfill in the blanks! You tell me!
YES!! We have our Why and our Vision. Now itâs time to execute. The Home Edit has a No-Guilt policy for owning things. Thatâs why I love them so much! They donât make people feel bad for how much they own. They do provide a reality check on what it takes for people to own what they do. According to The Home Edit Life, you can put your personal belongings in three categories:
Do I like it?
Do I need it?
Is it sentimental?
If an item doesnât fall into these three categories, itâs okay to let it go. And, if it fits in a category, thatâs okay too! According to C & J (J & C? CJ?) itâs okay to own things. You just need to be honest about what you own and be ready to take care of it.
Since weâre talking about test cases, letâs make up our own three questions:
Is it a high priority?
Does it tell the truth?
Is it reliable?
(These are the questions that came up for me. Feel free to create your top three questions and base your Test Edit on those criteria)
Letâs break this down:
Is it a high priority?If youâve never watched Angie Jones's talk âWhich Tests Should We Automateâ, I highly recommend it. Yes, there is the wild cry of âAutomate All the Things!!!â followed by a âYesterday!!â (I worked with the person once đ). But, automating everything comes at a cost. Time is the biggest. Not every test has a high priority! Take the time to categorize tests into priorities. Having high-priority features covered with automated tests will provide more courage in the long run.
Does it tell the truth?If your test failed, does it fail for the reason you think it does? This week, I watched Walmyr Lima e Silva Filho and John Ousterhout discuss Software Testing Design and something Walmyr said in passing was, âSometimes the tests lie.â They donât test what the title implies they will test. Reflecting on this, I thought of a test case Iâd created that said it was doing one thing but it was accomplishing another. Is the test testing what it says it will test? Do the assertions make sense? Iâm still thinking this category through so feel free to add your thoughts about this topic.
Is the test reliable?Some tests are never a problem. And, then, some act like three-year-olds who wonât sit still and do the very thing youâre hoping they wonât at the very moment you need them not to do it. Observe them. Track them. And, if they canât be written reliably, delete them. Nothing shakes confidence in a test suite like a series of flaky tests.
Now, we create the system.

There are three key steps The Home Edit uses:
Edit
Categorize
Contain
Edit: We can edit our test cases based on the questions above. Are they high priority? Truthful? Reliable? Either fix them or get rid of them. Yes, itâs scary. youâll feel better later.
Categorize: Even though we arenât talking about physical objects, we can still consider the Categories. Hopefully, your team has categorized your test cases in a way that makes sense. If you need more information on this topic, give me a shout! Iâm happy to research and share what I can. Check your tests for duplicates or excess coverage on features that may not be as crucial to others. Also, watch for features that donât have enough test coverage. Document them for now. You can automate the new test cases later.
Contain: You can totally disagree with me here but what if we thought of Containment as time-based vs. physical space-based? I mean, we can create as many tests as we want. But, tests take time. How much time do you want to spend on a test run? Is there a possible time frame youâd like to set for an E2E test? An integration test? What are some ways that you could re-write the same test but reduce its time? Therefore, it fits better in the allotted time container. Think about it. Play with it. Let me know what you think.
Now, how do we feel?

Hopefully, after this process, you have a test suite that is cleaner, reliable, easier to maintain, and well documented. Your team can trust it and you feel like a real human that can drink coffee in peace.
Please remember, this is me, having fun when it comes to testing. However, if you do ANYTHING like this at all, I would love to hear about it.
No guilt! You can own what you want! You just have to take care of it.
Do you want the test or the space? đ€Ș
Till next weekâŠ

All my posts are free to read and clicking subscribe will bring each post to your inbox. If my work brings you joy, and youâd like to support it, you can become a paid subscriber by clicking the button above. If a paid subscription is not your thing, you can support my caffeine addiction writing by clicking the button below! Thanks!
Written with S N O W F A L L - Beautiful Ethereal Winter Ambient Music - Tranquil Meditation Soundscape playing in the background.
Reply