DEV Community

Karuna Digambar Kunde
Karuna Digambar Kunde

Posted on

What is Software Testing? My Learning Journey So Far

đź’ˇ Introduction
When I started learning software testing, I didn’t know where to begin. So I decided to write blogs to share what I learn — in simple language. If you're a beginner like me, this post is for you.

đź§  What is Software Testing?

  • Testing is the process of finding bugs before users do.
  • It helps deliver quality software to customers.
  • It can be manual (done by human) or automated (done by code).

🔍 Why Software Testing is Important

  • Saves cost by catching issues early
  • Increases user trust in software
  • Required in every app — websites, mobile, games, banking, etc.

🙋‍♀️ My Learning So Far

  • I learned about SDLC, STLC, test cases, bug life cycle
  • Started writing test cases using Excel
  • Practiced on sample apps and websites
  • Now learning Selenium for automation!

🎯 My Goal
I want to become a skilled QA engineer and share my learning with the world — through this blog.

📌 What’s Next?
In the next post, I’ll write about the SDLC and STLC with simple real-life examples. Follow my blog to learn with me!

🙏 Closing Note
If you’re learning software testing too, drop a comment! Let’s learn and grow together.

Top comments (0)