diff --git a/content/posts/review-springcamp2024.md b/content/posts/review-springcamp2024.md index 07c9aab7..958efd39 100644 --- a/content/posts/review-springcamp2024.md +++ b/content/posts/review-springcamp2024.md @@ -122,7 +122,7 @@ images : - Unit - Intergration - E2E - 비용을 결정하는 요소 - 작성하는 로직이 어떤 요청이 필요한지 (Given) - - 작성하는 로직은 어떤 겨로가가 나와야 하는지 (Then) + - 작성하는 로직은 어떤 결과가 나와야 하는지 (Then) - 제거할수 있는 테스트 비용 - Given - 테스트를 복잡하게 작성하려 한다 (작성비용) - Then - 하나의 테스트에서 많은 검증을 하려한다 (유지보수 비용)