<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jeff Thoensen</title>
    <description>The latest articles on DEV Community by Jeff Thoensen (@jeffthoensen).</description>
    <link>https://dev.to/jeffthoensen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3276950%2F96ee1be3-4a19-430a-851d-2fbfcbe774fb.jpg</url>
      <title>DEV Community: Jeff Thoensen</title>
      <link>https://dev.to/jeffthoensen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeffthoensen"/>
    <language>en</language>
    <item>
      <title>Don't Automate Everything</title>
      <dc:creator>Jeff Thoensen</dc:creator>
      <pubDate>Sat, 23 Aug 2025 16:45:57 +0000</pubDate>
      <link>https://dev.to/jeffthoensen/dont-automate-everything-1889</link>
      <guid>https://dev.to/jeffthoensen/dont-automate-everything-1889</guid>
      <description>&lt;p&gt;I went heavy on Playwright early on. Wrote tests for every button and every form that I could. It looked solid until a small UI change broke a dozen of them because I’d used getByText in bad spots. The suite became useless for a while, and we were shipping code without it (so what was the point of all that work?).&lt;/p&gt;

&lt;p&gt;Now I focus on automating only the things I don’t want to do manually: setup flows, core user paths, data checks. If I can’t explain why a test exists, I don’t write it. I also check UI mocks early so I’m not surprised when labels change or elements move. It saves time and keeps the suite stable.&lt;/p&gt;

&lt;p&gt;I keep my suites small on purpose. Five reliable tests are better than fifty flaky ones, and flaky tests destroy trust in QA fast. I also treat tests like real code. Reviews, refactors, small commits. If you skip that part, the suite turns into a mess quickly.&lt;/p&gt;

&lt;p&gt;I use Playwright every day, but I’m not automating to hit numbers. It’s there to save time and keep focus on users, not on constantly broken tests.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.jeffthoensen.com" rel="noopener noreferrer"&gt;jeffthoensen.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/jeff-thoensen" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/jeffthoensen/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://jeff-thoensen.medium.com/" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://jeffthoensen.substack.com/" rel="noopener noreferrer"&gt;Substack&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.indiehackers.com/jeffthoensen" rel="noopener noreferrer"&gt;Indie Hackers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>playwright</category>
    </item>
    <item>
      <title>Hello QA!</title>
      <dc:creator>Jeff Thoensen</dc:creator>
      <pubDate>Fri, 27 Jun 2025 14:23:46 +0000</pubDate>
      <link>https://dev.to/jeffthoensen/hi-im-jeff-im-in-qa-1m30</link>
      <guid>https://dev.to/jeffthoensen/hi-im-jeff-im-in-qa-1m30</guid>
      <description>&lt;p&gt;I’ve been in QA for about 10 years, with a background in customer support that gave me a real sense of how bugs hit users.&lt;/p&gt;

&lt;p&gt;I care about testing as a way to reduce risk and protect the user experience, not just checking boxes. These days I do a mix of exploratory testing and Playwright automation, but the goal’s the same: find the stuff that actually matters.&lt;/p&gt;

&lt;p&gt;If you're into testing that goes beyond coverage reports, we’re probably on the same page.&lt;/p&gt;

</description>
      <category>qa</category>
      <category>testing</category>
      <category>softwaretesting</category>
      <category>qualityassurance</category>
    </item>
  </channel>
</rss>
