Baeldung번역&공부/Java-test1 REST API 테스트하기(Test a REST API with Java) 원본 글: https://www.baeldung.com/integration-testing-a-rest-api이 글에서는 통합테스트를 통해서 REST API를 테스트하는 방법에 대해 다룹니다.실제 있는 API를 호출하고 응답값을 받아와서 검증하는 절차까지 진행해봅니다.테스트 의존성testImplementation 'org.apache.commons:commons-lang3:3.17.0testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'1. API Integration TestingAPI 통합 테스트는 본.. 2025. 2. 26. 이전 1 다음