Professor Beekums Blog


Follow Professor Beekums
follow professor beekums on twitter add the professor beekums rss feed

The Role Of Manual Testing

I’m a big fan of automated testing. The math just works out. Why spend hours running a series of test cases when a computer can do it in seconds. With benefits like this, my zeal for automated testing can make it seem like I think that all testing should be automated. However, this couldn’t be farther from the truth.

There is little room in software development for pure rote manual testing, but that’s not the only reason to manually test software. Automated tests are great at telling you if the software works the way you intended. They do a poor job at telling you if the software works the way it should.

Let’s look at Google Calendar as an example. The default view is to show you a week of events. An automated test can easily be written to verify that the default is always a week and fail if someone submits code that results in the default being something else. What an automated test can’t do is tell you if a week is the best default there is for users.

User testing and research is usually done to get to the conclusion that a week is the best default view. Software is ultimately built for users after all. It’s difficult to find great functionality for users without having them actually use the functions.

Talking to users isn’t without its challenges however. Some users will overreact. They’ll go “I hate this thing!” while continuing to use the feature. Other users will underreact. They’ll go “This is alright” whilst never using the feature. Gauging the significance of feedback can be difficult without really knowing the person, which would take a prohibitive amount of time.

This is where manual testing shines. Using the product provides context, perspective, and empathy with users that would not exist if we just built something and tried to see how users reacted. If you’re annoyed with an interaction in your software, then that’s a good gauge to compare a user’s feedback with.

I’ve lost count of how many times I assumed a user was overreacting, only to realize how bad an interaction was when I started using the feature myself. For Maleega, I created permissions around editing the summary of email threads. Beta testers overwhelmingly gave me negative feedback around it. But the number of beta testers Maleega has is far from enough for statistical significance and the use cases in my head told me it was necessary in the long term. It was only when the permissions got in my own way did I realize how wrong I was.

There are also questions of who a good user for a product is. User personas can be helpful with figuring this out, though the easiest parts to fill out are often the least useful in determining who a user is. Age, gender, profession, and location are fairly clear cut form fields and make for simple segmentation. But the most important part of determining who your user is are their habits.

My original persona for Maleega included freelancers and consultants on the basis that these people heavily used email for their work. Since they get paid for their time, they would also be more willing to pay for a subscription service that actually worked and saved them time.

Some beta testers were really put off by Maleega. Some really loved it. While I had lots of feedback about specific features here and missing features there, I was missing the important factor in determining whether someone loved using Maleega or not. It was only after combining all this feedback with my own usage did I realize that that factor was a single habit: organizing email.

People who like organizing email hated that Maleega was missing folders and labels, a feature that was intentionally left out. People who didn’t like organizing their email loved that Maleega provided them with a little bit of organization with barely any effort. I would have never made this realization if I wasn’t a constant user of my own product. I needed the perspective that only comes from using the product every single day.

This usage is the most important role of manual testing. It may not follow a specific test case, but it is testing nonetheless. And its utility comes from not being repetitive rote actions. Test cases are generally structured around making sure functionality works. What we really want in manual testing is to make sure we get a sense of how our users are going to feel. No automation can replace a human in that job.

share on twitter share on linked in share on reddit share on facebook
Hi there! I hope you enjoyed this post.

If you did, I'd appreciate it if you took the time to check out my product: Dynomantle

Do you struggle with organizing notes, thousands of bookmarks, emails, or other digital stuff? Do you feel bad because you can't copy the habits of "productivity gurus"?

Dynomantle can help. It is a knowledge management tool designed to work with your existing habits. You don't need new habits. Dynomantle works around you rather than have you try to force yourself to work around a tool.

Signup for free!
Sign up for the Professor Beekums newsletter for updates on new posts!
Close this