<?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: INDRAJEET YEDDALA</title>
    <description>The latest articles on DEV Community by INDRAJEET YEDDALA (@indrajeet_yeddala_61221be).</description>
    <link>https://dev.to/indrajeet_yeddala_61221be</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%2F1854699%2F21713005-8e0c-414d-b76f-efc68533bf8f.png</url>
      <title>DEV Community: INDRAJEET YEDDALA</title>
      <link>https://dev.to/indrajeet_yeddala_61221be</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/indrajeet_yeddala_61221be"/>
    <language>en</language>
    <item>
      <title>Automation Engineer</title>
      <dc:creator>INDRAJEET YEDDALA</dc:creator>
      <pubDate>Sun, 19 Apr 2026 18:02:05 +0000</pubDate>
      <link>https://dev.to/indrajeet_yeddala_61221be/automation-engineer-9f9</link>
      <guid>https://dev.to/indrajeet_yeddala_61221be/automation-engineer-9f9</guid>
      <description>&lt;p&gt;🚀 &lt;strong&gt;My Automation Engineer Roadmap Journey (Building in Public)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’ve decided to stop consuming content and start &lt;strong&gt;executing with clarity&lt;/strong&gt;.&lt;br&gt;
This is not just a roadmap I found — this is the roadmap I’m committing to follow, step by step, while building real projects along the way.&lt;/p&gt;

&lt;p&gt;💡 &lt;em&gt;Because skills don’t grow from watching… they grow from doing.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 1: Laying My Foundation (0–3 Months)
&lt;/h2&gt;

&lt;p&gt;Right now, I’m focusing on strengthening the basics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learning Java / Python deeply&lt;/li&gt;
&lt;li&gt;Understanding testing fundamentals (SDLC, STLC)&lt;/li&gt;
&lt;li&gt;Practicing manual testing &amp;amp; real-world scenarios&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 Test a real web application manually and document test cases + bugs like a professional QA.&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“Small progress every day compounds into unstoppable growth.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 2: Stepping into Automation (3–6 Months)
&lt;/h2&gt;

&lt;p&gt;Next, I’ll move into automation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Selenium / Playwright&lt;/li&gt;
&lt;li&gt;Page Object Model (POM)&lt;/li&gt;
&lt;li&gt;Git for version control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 Create a UI automation framework for a demo e-commerce site (login, search, checkout flows).&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“Consistency beats intensity — show up even when it’s hard.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 3: Thinking Like an Expert (6–9 Months)
&lt;/h2&gt;

&lt;p&gt;Now I level up beyond UI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API automation (REST Assured / Postman)&lt;/li&gt;
&lt;li&gt;CI/CD integration (GitHub Actions / Jenkins)&lt;/li&gt;
&lt;li&gt;Focus more on API than UI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 Automate APIs of a sample application + integrate tests into a CI pipeline.&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“Don’t just learn tools — learn how systems work.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 4: Building Like an Engineer (9–12 Months)
&lt;/h2&gt;

&lt;p&gt;This is where I stop being a learner and start being a builder:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designing a scalable framework&lt;/li&gt;
&lt;li&gt;Adding parallel execution&lt;/li&gt;
&lt;li&gt;Advanced reporting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 A complete automation framework with reusable modules, reports, and CI integration.&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“Amateurs practice until they get it right. Professionals practice until they can’t get it wrong.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 5: Solving Real Problems (12–15 Months)
&lt;/h2&gt;

&lt;p&gt;Now I focus on what truly matters:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Test data management&lt;/li&gt;
&lt;li&gt;Database validation (SQL)&lt;/li&gt;
&lt;li&gt;Mocking &amp;amp; service virtualization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 End-to-end automation with dynamic test data + DB validation.&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“The difference between good and great is solving problems others avoid.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔹 Phase 6: Becoming Impact-Driven (15+ Months)
&lt;/h2&gt;

&lt;p&gt;Automation is not just about execution — it’s about insights.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building dashboards&lt;/li&gt;
&lt;li&gt;Analyzing flaky tests&lt;/li&gt;
&lt;li&gt;Improving system reliability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📌 &lt;strong&gt;Project I’ll Build:&lt;/strong&gt;&lt;br&gt;
👉 Automation reporting dashboard with insights &amp;amp; metrics.&lt;/p&gt;

&lt;p&gt;🧠 &lt;em&gt;Daily Reminder:&lt;/em&gt;&lt;br&gt;
“Data tells the truth — learn to listen to it.”&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 My Commitment
&lt;/h2&gt;

&lt;p&gt;I’m not rushing.&lt;br&gt;
I’m not skipping steps.&lt;br&gt;
I’m building &lt;strong&gt;real skills, real projects, and real impact&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;📌 I’ll be sharing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;My progress&lt;/li&gt;
&lt;li&gt;My projects&lt;/li&gt;
&lt;li&gt;My failures &amp;amp; learnings&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;💬 &lt;em&gt;If you’re on a similar journey, let’s connect and grow together.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Because at the end of the day:&lt;/p&gt;

&lt;p&gt;✨ “Discipline today creates freedom tomorrow.”&lt;br&gt;
✨ “Your future is built by what you do daily, not occasionally.”&lt;br&gt;
✨ “Execution is the real superpower.”&lt;/p&gt;




&lt;h1&gt;
  
  
  AutomationTesting #QAEngineer #SDET #LearningInPublic #CareerGrowth #TechJourney 🚀
&lt;/h1&gt;

&lt;p&gt;what i refer and do - &lt;a href="https://dev.tourl"&gt;https://roadmap.sh/r/data-pipeline-automation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>testautomation</category>
      <category>backend</category>
      <category>automationengineer</category>
    </item>
  </channel>
</rss>
