Skip to content
New issue

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

201902753 정성훈 #69

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

wjdtjdgns
Copy link

@wjdtjdgns wjdtjdgns commented May 10, 2023

명세란 무엇일까?
소프트웨어 개발 프로세스의 시작인 요구사항을 분석하고 정의하는 단계에서 작성되는 최종 산출물

단위 테스트에서 Given/When/Then 에 대해 설명해주세요
Given: 테스트를 준비하는 과정, 테스트에 필요한 변수, 입력값을 준비하는 단계 / 시나리오
When: 실제로 테스트를 실행해보는 단계 / 실행
Then: 마지막으로 테스트를 검증하는 단계. 예상값과 테스트 결과값을 비교하여 검증 / 검증

테스트 코드를 작성하는 이유는?
무엇을 만들어야하는지, 의도된 대로 작동하는지 검증
내가 원하는 방향으로 수정됐는지 빌드 단계에서 확인 가능
동작 이해 도움, 문서로서의 역할 가능
Software 품질 향상

@SpringBootTest 가 하는 역할은?

  • 스프링 부트 애플리케이션의 통합 테스트를 실행할 때 사용되는 애노테이션으로,
    애플리케이션 컨텍스트를 설정하고 애플리케이션의 모든 구성 요소를 테스트할 수 있도록 한다.

@test 가 하는 역할은?

  • JUnit 프레임워크에서 테스트 메소드임을 나타내는 애노테이션으로, 해당 메소드가 테스트 코드임을 표시

mockito를 쓰는 이유는?

  • 가짜 객체를 생성하고, 테스트에서 필요한 의존성을 대체하는 데 사용, 복잡한 의존성을 가진 코드를 간단하게 테스트할 수 있다.

assertAll 가 하는 역할은?

  • 여러개의 테스트를 한번에 실행하여 한번에 결과를 출력할 수 있다.
스크린샷 2023-05-11 오전 12 41 44 스크린샷 2023-05-12 오후 8 53 48

https://github.com/2023-RealCoding/real_coding_server_testing/actions/runs/4938893902/jobs/8841334459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants