Podcast

03: John Sonmez : Creating an Automated Testing Framework With Selenium

07 March 2014 at 8:23 PM
By Test Guild
  • Share:
03: John Sonmez : Creating an Automated Testing Framework With Selenium

Creating Selenium Automation Frameworks and Personally Branding

What does it take to create an industrial strength Selenium test automation framework? Join us as John Sonmez shares the tips and tricks he has learned over the years on how to create robust, easy- to-maintain test automation frameworks

John also talks about productivity tips and why it’s so important.

About John Sonmez

johnSonmez

John Sonmez is the founder of Simple Programmer, a Pluralsight Author and Programmer, focused on making the complex simple.

Quotes & Insights from this Test Talk

  • Test engineers need to know how to program!
  • Tests should be readable, because when tests fail there is a very small window in which to figure out why or what that test was doing. If you can’t figure it out, you usually end up deleting the test or the test becomes worthless.
  • An automation framework is actually an application that tests another application.
  • You must create layers when creating a test automation framework.
  • Your tests should read like English.
  • Tests are not code!
  • Tests should read like business requirements.
  • Management will kill your automation efforts if your tests break and are not maintainable or understandable.
  • If you can’t maintain your tests, your automation efforts will inevitably fail.
  • If it takes you just as long to debug a script as it would to debug an application manually, then the tests is worthless.
  • Someone with minimal development experience should be able to use the automation framework to create tests.
  • Make your test scripts express the problem domain of the system
  • Start with the end in mind.

Resources

Connect with John

 

 

Related Podcasts

How to Test Any API Without Documentation with Liudas Jankauskas
Automation Testing Podcast
June 30, 2026

About This Episode: Most API testing stops at the happy path. The problem is that the bugs that actually hurt […]

Your AI Code Review Is Lying to You (Here’s the Fix) with Evan Marshall
Automation Testing Podcast
June 23, 2026

About This Episode: Your AI code review tools read the diff. They stare at your code. But they never actually […]

AI QA Agents Explained: How Amikoo Helps Testers with Ivan Barajas Vargas
Automation Testing Podcast
June 16, 2026

About This Episode: What happens to QA when AI is writing ten times more code than your team can test? […]

The AI Illusion: Why Testing Still Needs Humans with Joe Colantonio
Automation Testing Podcast
June 9, 2026

About This Episode: Everyone is talking about AI replacing testers, writing tests, and transforming software quality. But what if we’re […]