58 / 65 · 14 API Testing Fundamentals · API Versioning← prev⊞ allnext →☰ Read as one page
8.1Overview
API versioning is how teams evolve their APIs without breaking existing clients. As a QA engineer, you must test that new versions work correctly AND that old versions continue to function. Breaking backward compatibility is one of the most impactful bugs you can catch.