Automation Testing

How Selenium is Like a Goodyear Tire

By Test Guild
  • Share:
Join the Guild for FREE

If you’re ever around Greg Paskal, be sure to have a recorder or a pen handy. You never know what new automation term he’s going to coin or testing metaphor he’s going to let loose. That's why I love having him on TestTalks; he’s one of my more quotable guests.

In the most recent Test Talks episode, Greg came up with a few cool test automation metaphors I wanted to share with you.

Selenium Syndrome

During our conversation, Greg defined what he calls the “Selenium Syndrome.”

He hears “Selenium” thrown out at conferences pretty frequently. At a recent workshop he attended, for example, he noticed that a large number of folks were sent there by their management people to learn Selenium with the expectation that after a single, one-day workshop they would come back and immediately begin building out their test automation. The sad thing about it was that many of those attended had never opened a command line before.

Greg explained that “Selenium” is a common term that people will throw out to mean that they're expected to do automation – and that it's an easy thing to do.

Selenium is Not an Automation Tool

Even the Selenium website unintentionally sets up an unrealistic expectation in that it refers to Selenium as an “automation tool,” when we know it's a lot less than that.

Greg says likens it to a situation in which someone comes to you and says, “Hey! Let's go for a ride in my Goodyear!” You would probably answer, “Your Goodyear?” Selenium is like a tire on a vehicle. It's a small piece of a much bigger set of tools that are required to perform the task; in our case, test automation.

Test Tool Fan Boys

I’m probably as guilty as the next guy when it comes to this problem. We easily fall into the trap that says if we love a particular tool that it must also be the best or right test tool for everyone else. When we become fan boys of a particular tool or technology it can cloud our judgment and cause us to recommend it to others even if it’s not the right fit for their particular situation.

We're actually doing a disservice to the engineering field of automation when we begin to gain followers by arbitrarily advising them to use a certain tool.

Greg sees this as a challenge; he believes we need to be able to step back from what we personally believe are the right tools for us and take some time to consider (and even help) those we advise to assess what the right tool(s) for them are.

Whats the Best Test Automation Tool

Greg and I have both used HP/Mercury tools for many years and we love them. But when recommending tools to others it's best to stop and consider what might be best for others who are about to embark upon the journey of writing automation for their company.

Greg also mentioned that as someone who has a background working with HPE Tools and has been using Selenium for a year and a half, he’s found he can perform the same exact test automation with HP. In some cases, he adds, HP can even do it better.

There are some tools that are missing from the Selenium landscape. For the past few years, Greg has been using Selenium with Ruby. And even though his team is making some progress, the fact is that it takes an enormous amount of extra effort in the Selenium space than it does with an off-the-shelf-tool.

It's as simple as that.

A bearded man with blue glasses and a black-and-white jacket smiles at a microphone in a studio setting.

About Joe Colantonio

Joe Colantonio is the founder of TestGuild, an industry-leading platform for automation testing and software testing tools. With over 25 years of hands-on experience, he has worked with top enterprise companies, helped develop early test automation tools and frameworks, and runs the largest online automation testing conference, Automation Guild.

Joe is also the author of Automation Awesomeness: 260 Actionable Affirmations To Improve Your QA & Automation Testing Skills and the host of the TestGuild podcast, which he has released weekly since 2014, making it the longest-running podcast dedicated to automation testing. Over the years, he has interviewed top thought leaders in DevOps, AI-driven test automation, and software quality, shaping the conversation in the industry.

With a reach of over 400,000 across his YouTube channel, LinkedIn, email list, and other social channels, Joe’s insights impact thousands of testers and engineers worldwide.

He has worked with some of the top companies in software testing and automation, including Tricentis, Keysight, Applitools, and BrowserStack, as sponsors and partners, helping them connect with the right audience in the automation testing space.

Follow him on LinkedIn or check out more at TestGuild.com.

  1. I agree with this for the most part. I don’t think that there is a one automation tool for all situations. It definitely depends on your environment and circumstances. If you are attempting to automate unit tests, that’s a completely different toolset than if you are attempting to automate functional browser tests.

    One thing that I don’t agree about is that Selenium WebDriver may not be the best tool for browser automation. I’ve used many different browser automation tools in my career and have seen many different implementations. No matter how hard I think about it, there are no scenarios that I can come up with where a tool like HP UFT is better than Selenium WebDriver for browser automation. The end result of a test automation harness from HP UFT is far inferior than something that can be created with Selenium WebDriver.

    My point in all this is to say that there is NOT a one tool solution. But when it comes to Browser Automation, there is ONLY a one tool solution. It would be foolish to use something else. At least currently.

    I actually wrote an extensive blog post on this as I am pretty passionate about the topic haha – https://www.ultimateqa.com/qtp-sucks-selenium-rocks/

Comments are closed.

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

30 AI Terms Every Tester Should Know

Posted on 04/24/2025

Why This AI/ML List Matters to You (and Your Testing Career) AI and ...

5 Top Model Context Protocol Automation Tools (MCP Guide 2025)

Posted on 04/09/2025

What is Model Context Protocol (MCP) Model Context Protocol (MCP) is an open ...

What is TDD (Test Driven Development)

Posted on 04/05/2025

What is Test-Driven Development (TDD)? Test-Driven Development is a software development approach that ...