Modern QA2026The First 60 Days: Contribute Visibly — tiles
Log inJoin
46 / 52 · 25 Interview Preparation & Career · First 90 Days← prev⊞ allnext →☰ Read as one page

6.4The First 60 Days: Contribute Visibly

By day 30, you understand the landscape. Now it is time to start contributing in ways that build credibility and trust.

Identify and Deliver Quick Wins

Quick wins are small improvements that require low effort but produce visible results. They are critical for establishing credibility before you propose larger changes.

Quick Win Category Examples Why It Works
Fix a flaky test Identify the root cause and fix the top 3 flakiest tests Developers notice immediately when CI stops randomly failing
Improve a bug report template Add structured fields for severity, reproduction steps, environment Shows you care about process and communication (Chapter 24)
Automate a manual test Pick the most tedious manual regression test and automate it Saves someone's time and demonstrates automation skill
Create a test data utility Build a helper that generates common test data patterns Solves a shared pain point across the team
Document a testing process Write up the undocumented tribal knowledge about how to test a specific feature Creates visible value and shows initiative (Chapter 24)
Set up a missing quality metric Add a test execution time trend or flaky test tracker to the CI dashboard Makes quality visible (Chapter 22)

Build Relationships Strategically

Relationship Why It Matters How to Build It
Your QA manager They decide your reviews, projects, and promotion Regular 1:1s, proactive updates, ask for feedback
The most senior developer They have technical influence and institutional knowledge Ask thoughtful questions about architecture, review their code changes
The product owner They define what "done" means and prioritize your bugs Provide early test feedback on stories, be data-driven in severity discussions
DevOps/SRE They control the infrastructure you depend on Help with pipeline improvements, understand their constraints
Another QA engineer They are your closest peer and sounding board Pair test together, share knowledge, give and receive feedback

Start Contributing to Ceremonies

By day 30-45, you should be an active participant in all team ceremonies, not just an observer.

  • Sprint planning: Ask clarifying questions about testability. Estimate test effort. Identify dependencies.
  • Daily standup: Report on testing status with specifics, not generalities.
  • Sprint review: Present quality metrics for 2-3 minutes. Show what was tested and what was found.
  • Retrospective: Bring one data-backed observation about quality from the sprint.

This draws directly on the sprint ceremony practices covered in Chapter 20.