QA Forum 2025-3-03¶
🔍 Meeting Summary – Testing Updates & Next Steps
✅ Retrospective Action Items Review (Retro Action Items List)¶
- Completed the test types definition and initiated ensemble exploratory testing.
- Improved the test toolbox (e.g., Postman) and will continue enhancing it.
📚 Knowledge Sharing¶
- Victor conducted a knowledge-sharing session on code reviews.
- We plan to have an integration test knowledge-sharing session later—let’s learn together! 🚀
🛠 Regression Test Maintenance¶
- Created review & refactor tickets for Wallet and Fees & Promotions, but work has yet to start.
- We committed to fixing unstable regression tests (one area per month) but haven't scheduled time for it yet.
- Began adding tests for bug fixes.
🧪 Test Approaches & Improvements¶
- Will focus on defining acceptance criteria during grooming and enforcing stricter PR reviews based on those criteria.
- Ad-hoc & pair testing, as done in student-type user tests.
- Exploratory Testing:
* More negative tests before regression testing (e.g., phone plan).
* Allocate time for exploratory & regression testing (not just happy path, but also failure scenarios). - Integration & Regression Testing in the end.
🚀 Key Takeaway: Fast Feedback = Better Quality¶
- The most crucial aspect of quality is providing quick feedback throughout the process.
- We don't need to wait for perfection—start testing as soon as key endpoints are ready! ✅