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
인수테스트를 작성하지 않아서 예상하지 못한 시나리오에 대처하지 못한 상황이 생겼다.
대표적인 예로 반려 식물을 POST, GET 할 때 사용자 정보가 기본적으로 필요한 상황이었다.
관련 이슈
위와 같이 예상치 못한 상황에 대비하기 위해 사용자 시나리오에 맞춰 인수테스트를 작성해야할 필요성을 느꼈다.
The text was updated successfully, but these errors were encountered:
Choi-JJunho
No branches or pull requests
인수테스트를 작성하지 않아서 예상하지 못한 시나리오에 대처하지 못한 상황이 생겼다.
대표적인 예로 반려 식물을 POST, GET 할 때 사용자 정보가 기본적으로 필요한 상황이었다.
관련 이슈
위와 같이 예상치 못한 상황에 대비하기 위해 사용자 시나리오에 맞춰 인수테스트를 작성해야할 필요성을 느꼈다.
The text was updated successfully, but these errors were encountered: