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

202104343 이경돈 #51

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

Conversation

wgrgwg
Copy link

@wgrgwg wgrgwg commented May 8, 2023

<<퀴즈>>

명세란 무엇일까?

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

단위테스트에서 Given / When / Then 에 대해 설명해주세요

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

테스트 코드를 작성하는 이유는?

  • 테스트를 반복적으로 실행 가능해 문제 상황을 빠르게 재현 가능
  • 테스트코드에는 의도한 시나리오가 담겨있음

@SpringBootTest 가 하는 역할은?

  • 테스트 환경을 만들어줌
  • Spring Boot provides a convenient way to start up an application context to be used in a test

@test 가 하는 역할은?
테스트를 사용

mockito를 쓰는 이유는?
객체를 쉽게 만들고, 관리하고, 검증하는 방법을 제공하기 때문이다.

assertAll 가 하는 역할은?
객체 내부 데이터 확인을 테스트한다.

화면 캡처 2023-05-08 1 action11 43253

@wgrgwg wgrgwg changed the title Homework/testing 202104343 이경돈 May 8, 2023
@wgrgwg
Copy link
Author

wgrgwg commented May 15, 2023

action11

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