Quality チームでPostmanのテストスクリプトを導入しようと提案した思いは、「自信を持ってコードを書く」ことに尽きます。毎 週、GeNiE様と定例を開いてもらっていますが、それでも認識の乖離や齟齬が生まれてしまいます。結果的に、少しのズレ が手戻りの原因となり、最悪の場合、不具合が表出してしまいます。 Code with Confidence 16 “I don’t write code without tests.” — Kent Beck Tests are not merely tools for verification; they are an essential part of design, guiding development while ensuring the code’s quality and maintainability. ※ 出典: Test Driven Development: By Example(https://www.amazon.co.jp/dp/B0CW1JBTHM) テストは単なる検証手段ではなく、設計の一部であり、コード品質と保守性を高める重要な手段です