<?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: Amitha Mahesh</title>
    <description>The latest articles on DEV Community by Amitha Mahesh (@amithamahesh).</description>
    <link>https://dev.to/amithamahesh</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%2F3909924%2Fc1f65a1a-c866-49f1-922d-b559eae026dd.png</url>
      <title>DEV Community: Amitha Mahesh</title>
      <link>https://dev.to/amithamahesh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amithamahesh"/>
    <language>en</language>
    <item>
      <title>I Finally Understand Why Mobile Tests Keep Breaking — Thanks to This Article by Jay Saadana</title>
      <dc:creator>Amitha Mahesh</dc:creator>
      <pubDate>Sun, 03 May 2026 09:08:52 +0000</pubDate>
      <link>https://dev.to/amithamahesh/i-finally-understand-why-mobile-tests-keep-breaking-thanks-to-this-article-by-jay-saadana-3pa8</link>
      <guid>https://dev.to/amithamahesh/i-finally-understand-why-mobile-tests-keep-breaking-thanks-to-this-article-by-jay-saadana-3pa8</guid>
      <description>&lt;p&gt;I've always wondered why mobile test automation feels so fragile. &lt;br&gt;
You change one small thing in the UI and suddenly everything breaks &lt;br&gt;
— even though the app itself is completely fine.&lt;/p&gt;

&lt;p&gt;I got my answer after reading &lt;a href="https://dev.to/drizzdev/vision-language-models-in-mobile-app-testing-4a6f"&gt;Jay Saadana's article on Vision Language &lt;br&gt;
Models in mobile app testing&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The thing that clicked for me
&lt;/h2&gt;

&lt;p&gt;We've been testing &lt;em&gt;visual&lt;/em&gt; products by reading &lt;em&gt;invisible&lt;/em&gt; XML structure &lt;br&gt;
underneath. The test has no idea what the screen looks like. It just &lt;br&gt;
tracks element IDs and code hierarchy.&lt;/p&gt;

&lt;p&gt;So when a developer moves a button or renames a component, the test &lt;br&gt;
panics — even though a real human looking at the screen wouldn't notice &lt;br&gt;
anything wrong.&lt;/p&gt;

&lt;p&gt;Jay puts it really well in the article — we treated apps like collections &lt;br&gt;
of XML nodes instead of visual interfaces built for human eyes. That one &lt;br&gt;
line genuinely reframed how I was thinking about this.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where VLMs come in
&lt;/h2&gt;

&lt;p&gt;Vision Language Models fix this by looking at the screen the way a human &lt;br&gt;
does. Instead of hunting for element IDs, the AI looks at a screenshot &lt;br&gt;
and understands — that's a login button, that's a text field, that's a &lt;br&gt;
navigation menu — purely from visual context.&lt;/p&gt;

&lt;p&gt;So when you write a test like &lt;em&gt;"tap the login button"&lt;/em&gt;, it finds it &lt;br&gt;
visually. Move the button, rename it, redesign the whole screen — the &lt;br&gt;
test still works because it's looking at what's &lt;em&gt;visible&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;A few numbers from the article that stuck with me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;9% higher code coverage compared to traditional methods&lt;/li&gt;
&lt;li&gt;29 new bugs found in Google Play apps that existing tools completely missed&lt;/li&gt;
&lt;li&gt;Tests written in plain English — no automation expertise needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last one is what got me. Plain English test instructions means &lt;br&gt;
testing becomes something the whole team can contribute to, not just &lt;br&gt;
the person who knows the framework inside out.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm taking away from this
&lt;/h2&gt;

&lt;p&gt;I came into this article thinking flaky tests were just a tooling problem. &lt;br&gt;
I'm leaving it thinking it was always a &lt;em&gt;conceptual&lt;/em&gt; problem — we were &lt;br&gt;
never testing what users actually see.&lt;/p&gt;

&lt;p&gt;VLMs are the first approach that actually fixes the root cause instead &lt;br&gt;
of patching around it.&lt;/p&gt;

&lt;p&gt;Big thanks to Jay for writing this so clearly. If you're into AI, mobile &lt;br&gt;
development, or just curious about where software testing is heading — &lt;br&gt;
&lt;a href="https://dev.to/drizzdev/vision-language-models-in-mobile-app-testing-4a6f"&gt;give it a read&lt;/a&gt;. &lt;br&gt;
Worth your time.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Curious — have any of you run into the flaky test problem before? &lt;br&gt;
How did you deal with it? Drop it below!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/jaysaadana"&gt;@jaysaadana&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>mobile</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
