Sobes.tech
Middle

What if you haven't covered automated tests but a new feature is launched?

sobes.tech AI

Answer from AI

If a new feature is released and automated tests are not yet covered, I try to minimize risks by:

  • Prioritizing writing tests for the most critical and frequently used scenarios.
  • Using manual testing to verify key functions until automation is in place.
  • Gradually adding automated tests in subsequent sprints to cover other cases.
  • Discussing with the team and manager about possible compromises and deadlines to avoid sacrificing quality.

This approach helps maintain a balance between release speed and product quality.