Code Test

Creator
Creator
Alan JoAlan Jo
Created
Created
2021 Mar 10 5:48
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2024 Feb 25 8:20

Maintainability

자동화된 테스트 외의 답은 없다

The cost of writing tests should be lower than the cost of bugs.
테스트는 기본적으로 일반적인 루트가 메인이 아니어야 한다
기능 추가시 사례분류한 것 모든 사례 테스트가 작동해야
기능 변경, 제거, 추가시 모든 사례분류가 작동가능해야
Code Tests
 
 
Code Test Notion
 
 
https://semaphoreci.com/blog/test-microservices
 
 
 
 

Recommendations