<?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: Amita Sharma</title>
    <description>The latest articles on DEV Community by Amita Sharma (@amita_sharma).</description>
    <link>https://dev.to/amita_sharma</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3941686%2F5e6a256c-7384-4f16-8d51-7907befbbeba.png</url>
      <title>DEV Community: Amita Sharma</title>
      <link>https://dev.to/amita_sharma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amita_sharma"/>
    <language>en</language>
    <item>
      <title># AI Is Quietly Replacing One of the Most Expensive Parts of Software Engineering</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:44:09 +0000</pubDate>
      <link>https://dev.to/amita_sharma/-ai-is-quietly-replacing-one-of-the-most-expensive-parts-of-software-engineering-5gkf</link>
      <guid>https://dev.to/amita_sharma/-ai-is-quietly-replacing-one-of-the-most-expensive-parts-of-software-engineering-5gkf</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8gg80gaaz0am71785854.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8gg80gaaz0am71785854.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
For the last two decades, software testing has followed a predictable cycle: write test cases, automate them, maintain them, fix them after UI changes, investigate flaky failures, and repeat.&lt;/p&gt;

&lt;p&gt;The industry called this progress.&lt;/p&gt;

&lt;p&gt;AI is exposing how expensive that process actually was.&lt;/p&gt;

&lt;p&gt;The biggest shift in software engineering right now isn't that AI can write code. It's that AI can increasingly &lt;strong&gt;understand applications, generate tests, adapt to interface changes, and recover from failures without constant human intervention&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is not another automation upgrade.&lt;/p&gt;

&lt;p&gt;It is a fundamental change in the economics of quality assurance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hidden Cost of Test Automation
&lt;/h2&gt;

&lt;p&gt;Most engineering leaders assume automation becomes cheaper over time. In reality, automation often becomes a maintenance problem.&lt;/p&gt;

&lt;p&gt;Multiple industry studies estimate that &lt;strong&gt;30–50% of all test automation effort is spent maintaining existing scripts rather than creating new test coverage&lt;/strong&gt;. In mature engineering organizations, automation engineers frequently spend more time updating selectors, repairing broken workflows, and rerunning failed pipelines than testing new product functionality.&lt;/p&gt;

&lt;p&gt;That means a significant portion of QA investment is directed toward &lt;strong&gt;preserving automation&lt;/strong&gt;, not improving quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Flaky Test Tax
&lt;/h2&gt;

&lt;p&gt;One of the least discussed costs in software engineering is flaky automation.&lt;/p&gt;

&lt;p&gt;Large engineering organizations have consistently reported that &lt;strong&gt;30–40% of automated test failures are caused by flaky tests rather than actual product defects&lt;/strong&gt;. These failures trigger unnecessary investigations, pipeline reruns, delayed releases, and lost engineering time.&lt;/p&gt;

&lt;p&gt;Imagine a SaaS company running 50 CI pipelines per day with 500 automated tests. With a 35% flaky failure rate and just &lt;strong&gt;10 minutes spent investigating each false failure&lt;/strong&gt;, the organization loses nearly &lt;strong&gt;29 engineering hours every day&lt;/strong&gt;. Over a year, that exceeds &lt;strong&gt;7,000 engineering hours&lt;/strong&gt; spent diagnosing problems that never existed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI Is Different
&lt;/h2&gt;

&lt;p&gt;Traditional automation relies on explicit instructions. A test script must know exactly which selector to click, which field to fill, and which element to verify.&lt;/p&gt;

&lt;p&gt;AI-based testing systems operate differently. They understand &lt;strong&gt;intent and context&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of relying solely on brittle selectors, modern AI systems can reason across visual layout, text labels, accessibility attributes, historical behavior, and application structure. When an interface changes, they can often infer what the user intended rather than simply failing.&lt;/p&gt;

&lt;p&gt;This is the difference between &lt;strong&gt;script execution&lt;/strong&gt; and &lt;strong&gt;application understanding&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rise of Autonomous QA
&lt;/h2&gt;

&lt;p&gt;The industry is already moving beyond basic self-healing automation.&lt;/p&gt;

&lt;p&gt;AI-driven testing systems can increasingly generate test cases from product behavior, create edge-case scenarios automatically, recover from UI changes, execute tests across environments, diagnose failures, and even regenerate broken workflows.&lt;/p&gt;

&lt;p&gt;The workflow is shifting from:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Write → Maintain → Rewrite&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Describe → Execute → Adapt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is a fundamentally different operating model.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Adoption Is Accelerating
&lt;/h2&gt;

&lt;p&gt;Software engineering has become one of the fastest AI-adopting industries in history.&lt;/p&gt;

&lt;p&gt;Recent developer surveys show that &lt;strong&gt;well over half of professional developers now use AI tools in their daily workflow&lt;/strong&gt;, and AI-assisted development has become mainstream across coding, debugging, documentation, and code review.&lt;/p&gt;

&lt;p&gt;Testing is following the same trajectory.&lt;/p&gt;

&lt;p&gt;Analysts increasingly project strong double-digit growth across AI-driven testing and quality engineering markets through the remainder of the decade, driven by cloud software, continuous delivery, and the rising cost of manual QA.&lt;/p&gt;

&lt;p&gt;The question is no longer whether AI will participate in testing.&lt;/p&gt;

&lt;p&gt;The question is &lt;strong&gt;how much of the testing lifecycle will remain human-operated&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Economics of AI-Driven Testing
&lt;/h2&gt;

&lt;p&gt;Consider a team with &lt;strong&gt;15 engineers, 3 QA engineers, weekly production releases, and 1,000 automated tests&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If maintenance consumes &lt;strong&gt;40% of QA capacity&lt;/strong&gt;, and AI reduces that maintenance burden by &lt;strong&gt;35%&lt;/strong&gt;, the team recovers hundreds of engineering hours every year. Those hours can be redirected toward faster regression cycles, broader test coverage, quicker releases, and new feature validation instead of repairing old automation.&lt;/p&gt;

&lt;p&gt;The return on investment is not simply fewer hours.&lt;/p&gt;

&lt;p&gt;It is &lt;strong&gt;greater engineering throughput&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why SaaS Teams Should Pay Attention
&lt;/h2&gt;

&lt;p&gt;Startups often postpone automation because writing and maintaining tests feels expensive.&lt;/p&gt;

&lt;p&gt;Enterprises struggle because maintaining thousands of tests becomes expensive.&lt;/p&gt;

&lt;p&gt;AI changes both constraints simultaneously.&lt;/p&gt;

&lt;p&gt;Smaller teams gain broader coverage without building massive automation suites. Larger teams reduce maintenance overhead without rebuilding their entire testing infrastructure from scratch.&lt;/p&gt;

&lt;p&gt;This is why the conversation is shifting from &lt;strong&gt;automation frameworks&lt;/strong&gt; to &lt;strong&gt;AI testing agents&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Next Competitive Advantage
&lt;/h2&gt;

&lt;p&gt;The software industry has already watched AI transform code generation, customer support, design, analytics, and documentation.&lt;/p&gt;

&lt;p&gt;Quality assurance is now entering the same phase.&lt;/p&gt;

&lt;p&gt;The companies that ship the fastest over the next five years will not necessarily be the ones with the largest QA teams.&lt;/p&gt;

&lt;p&gt;They will be the ones whose testing systems can &lt;strong&gt;understand products, adapt to change, and improve continuously&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The future of QA is not more scripts.&lt;/p&gt;

&lt;p&gt;It is &lt;strong&gt;less maintenance, more intelligence, and software that can increasingly test software on its own&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That shift has already begun.&lt;/p&gt;

&lt;p&gt;The only real question is how long teams can afford to keep maintaining automation that AI is learning to replace.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Stop Wasting Hours on Testing | Get 3 Months of Automation Free (July 23 to August 22)</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Thu, 23 Jul 2026 04:10:45 +0000</pubDate>
      <link>https://dev.to/qalitydev/stop-wasting-hours-on-testing-get-3-months-of-automation-free-july-23-to-august-22-4a5p</link>
      <guid>https://dev.to/qalitydev/stop-wasting-hours-on-testing-get-3-months-of-automation-free-july-23-to-august-22-4a5p</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Folp5tfsd7eqhtyfujlnk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Folp5tfsd7eqhtyfujlnk.png" alt=" " width="800" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Stop Wasting Hours on Testing | Get 3 Months of Automation Free (July 23 to August 22)
&lt;/h1&gt;

&lt;p&gt;Testing should not slow your team down. But for most teams, it still does.&lt;/p&gt;

&lt;p&gt;Across the industry, QA teams spend a significant amount of time on repetitive testing, maintaining scripts, and fixing broken automation. Studies suggest that up to 40% of testing effort goes into maintenance instead of actual validation. That means slower releases, delayed feedback, and higher chances of bugs reaching production.&lt;/p&gt;

&lt;p&gt;Now imagine a workflow where testing is fast, simple, and does not require constant effort.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is &lt;a href="https://qality.dev/" rel="noopener noreferrer"&gt;QAlity&lt;/a&gt;?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://qality.dev/" rel="noopener noreferrer"&gt;QAlity&lt;/a&gt; is a no code test automation platform built for fast moving teams. It allows you to record test steps, execute them seamlessly, and analyze results without writing complex scripts.&lt;/p&gt;

&lt;p&gt;Instead of spending hours building and maintaining automation frameworks, teams can focus on running tests and improving product quality. Everything is designed to reduce effort and increase speed.&lt;/p&gt;

&lt;p&gt;Teams adopting modern automation approaches have reported up to 60% faster testing cycles and significantly improved release confidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Offer Exists
&lt;/h2&gt;

&lt;p&gt;One of the biggest reasons teams avoid automation is complexity.&lt;/p&gt;

&lt;p&gt;Traditional tools require setup, coding knowledge, and ongoing maintenance. This creates a barrier, especially for teams that want quick results.&lt;/p&gt;

&lt;p&gt;We want you to experience a simpler approach.&lt;/p&gt;

&lt;p&gt;That is why we are offering full access so you can try &lt;a href="https://qality.dev/" rel="noopener noreferrer"&gt;QAlity&lt;/a&gt; in your real workflows and see the difference without any commitment.&lt;/p&gt;

&lt;h2&gt;
  
  
  The &lt;a href="https://qality.dev/offer" rel="noopener noreferrer"&gt;Offer&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;From July 23 to August 22, you can unlock:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://qality.dev/offer" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;em&gt;3 Months of full test automation access completely free&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This offer can only be availed within this time window. Once activated, you will get full access for the next 3 months.&lt;/p&gt;

&lt;p&gt;No payment required. No hidden conditions. Just activate and start using.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You Can Do
&lt;/h2&gt;

&lt;p&gt;With this access, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automate test cases without writing code&lt;/li&gt;
&lt;li&gt;Execute tests faster across workflows&lt;/li&gt;
&lt;li&gt;Reduce repetitive manual testing&lt;/li&gt;
&lt;li&gt;Improve team productivity&lt;/li&gt;
&lt;li&gt;Catch bugs earlier and release with confidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Teams that shift to smarter automation do not just save time. They build faster, release more frequently, and reduce production issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Get Started
&lt;/h2&gt;

&lt;p&gt;Getting started is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Register on &lt;a href="https://app.qality.dev/#/auth/register" rel="noopener noreferrer"&gt;QAlity&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Log in to your account&lt;/li&gt;
&lt;li&gt;Go to the Notifications section&lt;/li&gt;
&lt;li&gt;Verify your email&lt;/li&gt;
&lt;li&gt;Click on &lt;a href="https://qality.dev/offer" rel="noopener noreferrer"&gt;Activate Offer&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Once activated, your access starts instantly.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Important Dates&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Start Date: July 23&lt;br&gt;
End Date: August 22&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Make sure you &lt;a href="https://qality.dev/offer" rel="noopener noreferrer"&gt;activate&lt;/a&gt; your offer within this period to enjoy the full 3 months of access.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Without Risk
&lt;/h2&gt;

&lt;p&gt;Most teams delay automation because it feels like a big change.&lt;/p&gt;

&lt;p&gt;This is your opportunity to try it without any risk.&lt;/p&gt;

&lt;p&gt;No cost. No commitment. Just real results.&lt;/p&gt;

&lt;p&gt;Register, activate your offer, and see how much faster your testing can become with &lt;a href="https://qality.dev/" rel="noopener noreferrer"&gt;QAlity&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI Products vs. AI Features: The Next Big Tech Battle</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Wed, 22 Jul 2026 12:43:19 +0000</pubDate>
      <link>https://dev.to/amita_sharma/ai-products-vs-ai-features-the-next-big-tech-battle-7ed</link>
      <guid>https://dev.to/amita_sharma/ai-products-vs-ai-features-the-next-big-tech-battle-7ed</guid>
      <description>&lt;p&gt;It feels like AI is competing against itself but in two very different forms.&lt;/p&gt;

&lt;p&gt;On one side are standalone AI products like ChatGPT, Claude, Gemini, and Perplexity. On the other are AI-powered features quietly making the software we already use smarter.&lt;/p&gt;

&lt;p&gt;The question isn’t whether AI is the future. It’s whether the future belongs to AI as a product or AI as a feature.&lt;/p&gt;

&lt;p&gt;This debate was recently highlighted by popular tech creator &lt;a href="https://www.youtube.com/watch?v=sDIi95CqTiM" rel="noopener noreferrer"&gt;MKBHD (Marques Brownlee)&lt;/a&gt;, who compared AI’s evolution to the rise of social media Stories. Snapchat pioneered Stories as its core product, but the feature eventually spread across Instagram, Facebook, WhatsApp, LinkedIn, and countless other platforms. While Snapchat introduced the idea, billions of users ultimately experienced Stories through products they were already using.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI appears to be following a remarkably similar path.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When ChatGPT launched in late 2022, it became one of the fastest-growing consumer applications in history. It proved that people were willing to use AI as a destination — for writing, coding, research, brainstorming, and problem-solving. Since then, products like Claude, Gemini, Perplexity, Mid journey, and others have shown that AI-native applications can attract millions of users on their own.&lt;/p&gt;

&lt;p&gt;At the same time, some of the world’s largest technology companies have taken a different approach.&lt;/p&gt;

&lt;p&gt;Rather than building separate AI applications, they’re embedding AI into products people already rely on every day.&lt;/p&gt;

&lt;p&gt;Microsoft integrated Copilot across Microsoft 365, Windows, GitHub, and Dynamics. Google brought Gemini into Workspace, Android, Search, and Chrome. Adobe added Firefly to Creative Cloud. Salesforce introduced Einstein AI across its CRM platform. Notion, Canva, Atlassian, Slack, Zoom, and many SaaS companies have done the same.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm2go7w824mj8md2oq718.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm2go7w824mj8md2oq718.png" alt=" " width="450" height="551"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Perhaps the most interesting example is Apple.&lt;/p&gt;

&lt;p&gt;When Apple entered the AI race, it didn’t launch a ChatGPT competitor. Instead, it introduced &lt;a href="https://www.apple.com/in/apple-intelligence/" rel="noopener noreferrer"&gt;Apple Intelligence&lt;/a&gt; a collection of AI capabilities deeply integrated into iPhone, iPad, and Mac. Apple made AI part of the operating system rather than a separate destination.&lt;/p&gt;

&lt;p&gt;That decision says a lot.&lt;/p&gt;

&lt;p&gt;If one of the world’s most valuable technology companies believes AI creates the most value inside existing products, it reinforces a growing industry trend: users don’t necessarily want another AI application — they want the software they already use to become more intelligent.&lt;/p&gt;

&lt;p&gt;This approach also lowers the barrier for software companies.&lt;/p&gt;

&lt;p&gt;Training foundation models requires enormous investments in infrastructure, GPUs, research teams, and ongoing optimization. For most businesses, building their own large language model simply isn’t realistic.&lt;/p&gt;

&lt;p&gt;Instead, they’re leveraging models from providers like OpenAI, Anthropic, and Google through APIs while focusing on what actually differentiates their products: solving customer problems, streamlining workflows, and delivering better user experiences.&lt;/p&gt;

&lt;p&gt;It’s similar to how cloud computing evolved.&lt;/p&gt;

&lt;p&gt;Few companies build their own cloud infrastructure today. They build products on top of cloud platforms because infrastructure is no longer the competitive advantage.&lt;/p&gt;

&lt;p&gt;AI models are rapidly becoming that new infrastructure.&lt;/p&gt;

&lt;p&gt;The value increasingly comes from how intelligently AI is integrated into products not just from the model powering it.&lt;/p&gt;

&lt;p&gt;Does that mean standalone AI products will become less important?&lt;br&gt;
Not at all.&lt;/p&gt;

&lt;p&gt;Products like ChatGPT, Claude, Gemini, and Perplexity continue to push the boundaries of reasoning, coding, creativity, research, and AI agents. They introduce capabilities that often make their way into productivity software, developer tools, and enterprise applications months later.&lt;/p&gt;

&lt;p&gt;In many ways, AI products drive innovation, while AI features drive adoption.&lt;/p&gt;

&lt;p&gt;Rather than replacing one another, the two approaches are creating a cycle where each makes the other stronger.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhbfgrck7eusliq1fww19.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhbfgrck7eusliq1fww19.png" alt=" " width="799" height="525"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Does This Mean for Software Testing?
&lt;/h2&gt;

&lt;p&gt;The same shift is happening in software testing.&lt;/p&gt;

&lt;p&gt;For years, automation transformed QA by reducing repetitive manual work. AI is now taking that evolution a step further — not just automating testing, but making it smarter.&lt;/p&gt;

&lt;p&gt;Some companies are building AI-native testing platforms where AI sits at the center of the entire testing lifecycle. Others are embedding AI capabilities into established testing tools, helping teams improve their existing workflows without replacing them.&lt;/p&gt;

&lt;p&gt;Today, AI is being used to support testing through capabilities such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI-generated test cases&lt;/li&gt;
&lt;li&gt;Codeless automation&lt;/li&gt;
&lt;li&gt;Dynamic test selection and prioritization&lt;/li&gt;
&lt;li&gt;Self-healing automation&lt;/li&gt;
&lt;li&gt;AI-powered visual testing&lt;/li&gt;
&lt;li&gt;Failure analysis and root cause detection&lt;/li&gt;
&lt;li&gt;Intelligent test maintenance&lt;/li&gt;
&lt;li&gt;The industry reflects both approaches.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Platforms like Mabl position themselves as AI-native testing solutions, while companies such as SmartBear, QAlity and Applitools have integrated AI into mature testing ecosystems. Both strategies address different customer needs, and both are contributing to the evolution of modern software quality.&lt;/p&gt;

&lt;p&gt;Ultimately, the question isn’t whether AI products or AI features will win.&lt;/p&gt;

&lt;p&gt;The future of AI isn’t about choosing one over the other.&lt;/p&gt;

&lt;p&gt;Standalone AI products will continue expanding what’s possible. AI-powered features will make those breakthroughs accessible inside the applications people already use every day.&lt;/p&gt;

&lt;p&gt;The real winners won’t be the companies building the biggest models or adding the most AI features.&lt;/p&gt;

&lt;p&gt;They’ll be the ones that solve meaningful problems and create better experiences for their users — whether AI is the product itself or simply the feature that makes the product indispensable.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Tue, 23 Jun 2026 07:41:45 +0000</pubDate>
      <link>https://dev.to/amita_sharma/-hf</link>
      <guid>https://dev.to/amita_sharma/-hf</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/qalitydev/best-selenium-alternatives-in-2026-top-testing-tools-to-replace-selenium-d1f" class="crayons-story__hidden-navigation-link"&gt;Best Selenium Alternatives in 2026: Top Testing Tools to Replace Selenium&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;
          &lt;a class="crayons-logo crayons-logo--l" href="/qalitydev"&gt;
            &lt;img alt="QAlity logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F13399%2Ff5ff2149-ed89-4f2e-805d-06238bedf29e.png" class="crayons-logo__image" width="800" height="800"&gt;
          &lt;/a&gt;

          &lt;a href="/chitrajan_dhiman" class="crayons-avatar  crayons-avatar--s absolute -right-2 -bottom-2 border-solid border-2 border-base-inverted  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3924800%2F09a6007c-3adf-499e-ba24-13f46ce52c11.jpg" alt="chitrajan_dhiman profile" class="crayons-avatar__image" width="96" height="96"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/chitrajan_dhiman" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Chitrajan Dhiman
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Chitrajan Dhiman
                
              
              &lt;div id="story-author-preview-content-3968207" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/chitrajan_dhiman" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3924800%2F09a6007c-3adf-499e-ba24-13f46ce52c11.jpg" class="crayons-avatar__image" alt="" width="96" height="96"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Chitrajan Dhiman&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

            &lt;span&gt;
              &lt;span class="crayons-story__tertiary fw-normal"&gt; for &lt;/span&gt;&lt;a href="/qalitydev" class="crayons-story__secondary fw-medium"&gt;QAlity&lt;/a&gt;
            &lt;/span&gt;
          &lt;/div&gt;
          &lt;a href="https://dev.to/qalitydev/best-selenium-alternatives-in-2026-top-testing-tools-to-replace-selenium-d1f" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 23&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/qalitydev/best-selenium-alternatives-in-2026-top-testing-tools-to-replace-selenium-d1f" id="article-link-3968207"&gt;
          Best Selenium Alternatives in 2026: Top Testing Tools to Replace Selenium
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/ai"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;ai&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/automation"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;automation&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/selenium"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;selenium&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/qa"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;qa&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/qalitydev/best-selenium-alternatives-in-2026-top-testing-tools-to-replace-selenium-d1f" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;3&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/qalitydev/best-selenium-alternatives-in-2026-top-testing-tools-to-replace-selenium-d1f#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              &lt;span class="hidden s:inline"&gt;Add&amp;nbsp;Comment&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            4 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Selenium vs No-Code Test Automation: What We Learned Building QA Workflows in 2026</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Wed, 10 Jun 2026 09:29:40 +0000</pubDate>
      <link>https://dev.to/qalitydev/selenium-vs-no-code-test-automation-what-we-learned-building-qa-workflows-in-2026-2mhd</link>
      <guid>https://dev.to/qalitydev/selenium-vs-no-code-test-automation-what-we-learned-building-qa-workflows-in-2026-2mhd</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxmcu1u6ng10wufdxuoqb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxmcu1u6ng10wufdxuoqb.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
For more than a decade, Selenium has been the default choice for browser automation. It powers millions of test cases across startups, enterprises, and everything in between.&lt;/p&gt;

&lt;p&gt;But in 2026, the conversation has changed.&lt;/p&gt;

&lt;p&gt;The question is no longer whether Selenium works—it does. The real question is whether engineering teams can continue to afford the maintenance overhead that comes with traditional test automation.&lt;/p&gt;

&lt;p&gt;After working with teams building and maintaining QA workflows at scale, we've learned that the biggest challenge isn't writing automated tests. It's keeping them alive.&lt;/p&gt;

&lt;p&gt;Let's explore how Selenium compares to modern no-code test automation and what we've learned along the way.&lt;/p&gt;
&lt;h3&gt;
  
  
  The Promise of Selenium
&lt;/h3&gt;

&lt;p&gt;Selenium became popular because it gave teams complete control.&lt;/p&gt;

&lt;p&gt;With Selenium, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Automate any browser interaction&lt;/li&gt;
&lt;li&gt; Integrate with CI/CD pipelines&lt;/li&gt;
&lt;li&gt; Build custom frameworks&lt;/li&gt;
&lt;li&gt; Support multiple programming languages&lt;/li&gt;
&lt;li&gt; Execute tests across different browsers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For engineering-heavy teams, Selenium remains incredibly powerful.&lt;/p&gt;

&lt;p&gt;A typical Selenium test might look like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight java"&gt;&lt;code&gt;&lt;span class="n"&gt;driver&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;findElement&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nc"&gt;By&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"email"&lt;/span&gt;&lt;span class="o"&gt;)).&lt;/span&gt;&lt;span class="na"&gt;sendKeys&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"test@example.com"&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
&lt;span class="n"&gt;driver&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;findElement&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nc"&gt;By&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"password"&lt;/span&gt;&lt;span class="o"&gt;)).&lt;/span&gt;&lt;span class="na"&gt;sendKeys&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"password"&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
&lt;span class="n"&gt;driver&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;findElement&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nc"&gt;By&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"login"&lt;/span&gt;&lt;span class="o"&gt;)).&lt;/span&gt;&lt;span class="na"&gt;click&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Simple.&lt;/p&gt;

&lt;p&gt;Until the application changes.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Hidden Cost Nobody Talks About
&lt;/h3&gt;

&lt;p&gt;Most teams don't struggle with creating their first automated test suite.&lt;/p&gt;

&lt;p&gt;They struggle six months later.&lt;/p&gt;

&lt;p&gt;As products evolve, UI elements change frequently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Button IDs get updated&lt;/li&gt;
&lt;li&gt; CSS selectors change&lt;/li&gt;
&lt;li&gt; Layouts are redesigned&lt;/li&gt;
&lt;li&gt; New components replace old ones
Suddenly dozens of tests start failing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not because the product is broken.&lt;/p&gt;

&lt;p&gt;Because the automation is.&lt;/p&gt;

&lt;p&gt;Many QA teams spend more time fixing tests than finding bugs.&lt;/p&gt;

&lt;p&gt;This creates a dangerous cycle:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Tests fail frequently&lt;/li&gt;
&lt;li&gt;Teams lose trust in automation&lt;/li&gt;
&lt;li&gt;Failed tests are ignored&lt;/li&gt;
&lt;li&gt;Real defects slip into production&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;At that point, automation becomes a liability instead of an asset.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Rise of No-Code Test Automation
&lt;/h3&gt;

&lt;p&gt;Modern no-code platforms approach testing differently.&lt;/p&gt;

&lt;p&gt;Instead of writing scripts manually, users can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Record user actions&lt;/li&gt;
&lt;li&gt; Generate test steps automatically&lt;/li&gt;
&lt;li&gt; Reuse workflows visually&lt;/li&gt;
&lt;li&gt; Execute tests in the cloud&lt;/li&gt;
&lt;li&gt; Maintain tests with AI-assisted healing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn't to replace engineers.&lt;/p&gt;

&lt;p&gt;The goal is to remove repetitive maintenance work.&lt;/p&gt;

&lt;p&gt;Rather than writing code for every action, teams focus on validating business workflows.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Traditional approach&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Create framework&lt;/li&gt;
&lt;li&gt; Write locators&lt;/li&gt;
&lt;li&gt; Handle waits&lt;/li&gt;
&lt;li&gt; Manage browser setup&lt;/li&gt;
&lt;li&gt; Debug failures&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;No-code approach&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Record workflow&lt;/li&gt;
&lt;li&gt;Define assertions&lt;/li&gt;
&lt;li&gt;Run tests&lt;/li&gt;
&lt;li&gt;Review results&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The difference becomes significant as test suites grow.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where Selenium Still Wins
&lt;/h3&gt;

&lt;p&gt;Let's be honest.&lt;/p&gt;

&lt;p&gt;Selenium isn't going anywhere.&lt;/p&gt;

&lt;p&gt;There are situations where Selenium remains the better choice:&lt;/p&gt;

&lt;h4&gt;
  
  
  Highly Customized Frameworks
&lt;/h4&gt;

&lt;p&gt;Large enterprises often need complex integrations with internal systems.&lt;/p&gt;

&lt;p&gt;Selenium provides maximum flexibility.&lt;/p&gt;

&lt;h4&gt;
  
  
  Engineering-Driven Teams
&lt;/h4&gt;

&lt;p&gt;If your QA team consists primarily of automation engineers, code-based testing may already fit your workflow.&lt;/p&gt;

&lt;h4&gt;
  
  
  Advanced Technical Scenarios
&lt;/h4&gt;

&lt;p&gt;Complex browser manipulation, custom drivers, and deep framework integrations are often easier with Selenium.&lt;/p&gt;

&lt;p&gt;For these use cases, no-code solutions may feel limiting.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where No-Code Wins
&lt;/h3&gt;

&lt;p&gt;This is where we've seen the biggest shift.&lt;/p&gt;

&lt;h4&gt;
  
  
  Faster Test Creation
&lt;/h4&gt;

&lt;p&gt;A regression scenario that takes hours to automate in Selenium can often be recorded in minutes.&lt;/p&gt;

&lt;h4&gt;
  
  
  Lower Maintenance
&lt;/h4&gt;

&lt;p&gt;Modern platforms can automatically recover from minor UI changes.&lt;/p&gt;

&lt;p&gt;When a button moves or attributes change, tests don't immediately fail.&lt;/p&gt;

&lt;h4&gt;
  
  
  Wider Team Participation
&lt;/h4&gt;

&lt;p&gt;Product managers, manual testers, and business analysts can contribute to automation.&lt;/p&gt;

&lt;p&gt;Testing becomes a team effort instead of a specialized skill.&lt;/p&gt;

&lt;h4&gt;
  
  
  Faster Scaling
&lt;/h4&gt;

&lt;p&gt;Organizations can increase automation coverage without hiring large automation engineering teams.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Real Enemy: Flaky Tests
&lt;/h3&gt;

&lt;p&gt;Every QA team has experienced this.&lt;/p&gt;

&lt;p&gt;A test passes locally.&lt;/p&gt;

&lt;p&gt;Fails in CI.&lt;/p&gt;

&lt;p&gt;Passes again the next day.&lt;/p&gt;

&lt;p&gt;Nobody knows why.&lt;/p&gt;

&lt;p&gt;These are flaky tests.&lt;/p&gt;

&lt;p&gt;They're one of the biggest reasons automation projects lose credibility.&lt;/p&gt;

&lt;p&gt;Common causes include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Timing issues&lt;/li&gt;
&lt;li&gt; Dynamic elements&lt;/li&gt;
&lt;li&gt; Network delays&lt;/li&gt;
&lt;li&gt; Environment inconsistencies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Traditional Selenium frameworks often require significant engineering effort to reduce flakiness.&lt;/p&gt;

&lt;p&gt;Modern platforms increasingly use intelligent waiting, self-healing locators, and cloud-based execution environments to address these issues automatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  What We Learned Building QA Workflows
&lt;/h3&gt;

&lt;p&gt;The biggest lesson wasn't technical.&lt;/p&gt;

&lt;p&gt;It was organizational.&lt;/p&gt;

&lt;p&gt;The most successful teams don't optimize for automation code.&lt;/p&gt;

&lt;p&gt;They optimize for confidence.&lt;/p&gt;

&lt;p&gt;The goal of QA automation isn't to have thousands of test scripts.&lt;/p&gt;

&lt;p&gt;The goal is to release software faster with fewer defects.&lt;/p&gt;

&lt;p&gt;If maintaining automation consumes more effort than validating the product, something is wrong.&lt;/p&gt;

&lt;p&gt;Whether you choose Selenium or a no-code platform, ask yourself:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; How much time do we spend maintaining tests?&lt;/li&gt;
&lt;li&gt; How many people can contribute to automation?&lt;/li&gt;
&lt;li&gt; How quickly can we create new test coverage?&lt;/li&gt;
&lt;li&gt; How much do we trust our test results?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The answers matter more than the tool itself.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>automation</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Amita Sharma</dc:creator>
      <pubDate>Wed, 03 Jun 2026 07:54:07 +0000</pubDate>
      <link>https://dev.to/amita_sharma/-m5p</link>
      <guid>https://dev.to/amita_sharma/-m5p</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://dev.to/qalitydev/are-you-still-writing-selenium-scripts-for-automation-466m" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhn3zhljwz2scoxr19rey.png" height="auto" class="m-0"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://dev.to/qalitydev/are-you-still-writing-selenium-scripts-for-automation-466m" rel="noopener noreferrer" class="c-link"&gt;
            Are You Still Writing Selenium Scripts for Automation? - DEV Community
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            For more than a decade, Selenium has been the default answer to test automation.  Need to automate a...
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j7kvp660rqzt99zui8e.png"&gt;
          dev.to
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
