We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
테스트를 작성하는 방법
The text was updated successfully, but these errors were encountered:
그렇다면 제가 만들었던 테스트는 인수테스트에 포함되고, 통합테스트는 시나리오가 배제된 블랙박스 테스트가 되는건가요? 만약 통합테스트를 한다면 어떤 테스트가 만들어지게 될까요?
Sorry, something went wrong.
저도 같이 스터디 하시는 분께 인수 테스트에 대한 정의에 대해서 듣고나서 찾아보다가 단위테스트 vs 통합테스트 vs 인수테스트 라는 글을 보고 테스트 분류에 대해서 확인을 하게 되었습니다.
인수 테스트에 통합 테스트가 어느 정도는 포함된다고 생각되는데 다만 검증하는 목적이 다른 것 처럼 보입니다.
인수 테스트
통합 테스트
통합 테스트에서 검증하려는 내용
아핫 답변 감사합니다. 링크페이지를 미쳐못보고 지나갔었네요!
배민과같은 회사에서는 테스트 코드를 어떻게 관리하고 분리하는지도 궁금하네요. ㅎㅎ
테스트에대해서 다시 한번 생각하게되었습니다. 감사합니다.
rest-assured 라이브러리 사용하여 인수 테스트(시나리오)를 작성
SeokRae
Successfully merging a pull request may close this issue.
테스트를 작성하는 방법
The text was updated successfully, but these errors were encountered: