My Week 2 in Software Testing

Fahad ChandioFahad Chandio
3 min read

This week has been all about diving deeper into software testing, and I’ve picked up some really interesting concepts and techniques that I’m excited to share.


Exploratory, Adhoc, and Monkey Testing

First up, I got into exploratory, adhoc, and monkey testing.

  • Exploratory Testing is all about learning as you go—testing without a script and discovering issues on the fly.

  • Adhoc Testing is a bit more spontaneous, with no particular plan—just diving in to see what breaks.

  • Monkey Testing is the wild card, where you throw random inputs at the system to see how it handles chaos.

It was fascinating to see how these different approaches help in uncovering various kinds of bugs.


Positive vs. Negative Testing

Next, I learned about positive and negative testing.

  • Positive Testing is where you test with expected inputs to see if the system behaves as it should.

  • Negative Testing is all about throwing curveballs—using unexpected or invalid inputs to see how the system handles errors.

It’s interesting to see how both are crucial for ensuring a system’s robustness.


End-to-End Testing

End-to-end testing was another big topic this week. It’s essentially about testing the entire workflow of an application—from start to finish—to ensure everything works together seamlessly. This kind of testing is key for catching issues that might slip through the cracks during more isolated tests.


Localization and Globalization Testing

Localization and globalization testing were also on the agenda.

  • Localization Testing ensures the software works perfectly in a specific region, considering things like language, currency, and date formats.

  • Globalization Testing checks that the software can handle multiple languages and regions without any issues.

These tests are crucial for making sure software can go global without a hitch.


Test Case Design Techniques

I also explored some test case design techniques:

  • Equivalence Class Partitioning: This helps in reducing the number of test cases by grouping inputs that should be treated the same way.

  • Boundary Value Analysis (BVA): Focuses on testing the edge cases, where bugs are more likely to appear.

  • Decision Tables: These help in covering all possible input combinations, ensuring nothing is missed.

  • State Transition: This technique is great for testing systems that change states, making sure every possible state and transition is tested.

  • Error Guessing: This is more about intuition—using experience to guess where errors might occur.

These techniques are super helpful for creating efficient and effective test cases.


Understanding the Software Testing Life Cycle (STLC)

Finally, I spent some time understanding the Software Testing Life Cycle (STLC). This is the structured approach to testing, covering everything from planning to execution and closure. It’s a great framework for ensuring that all testing is thorough and well-organized.


Wrapping Up

Overall, this week was packed with learning, and I’m really excited to start applying these concepts in real-world scenarios. Each topic added a new layer to my understanding of software testing, and I can’t wait to keep building on this knowledge.

If you’ve got any insights or tips on these topics, I’d love to hear them!

0
Subscribe to my newsletter

Read articles from Fahad Chandio directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Fahad Chandio
Fahad Chandio