Verification, Validation, and Test Test MethodsTest Technique, Test Data Selection Method (Test Method), Test Coverage CriteriaBlack box test: behavioral, specification-basedequivalence partitioning, bounding value analysis, decision table, state-based test, pair-wise test, etc. Black-box Test (Specification-Based Test)테스트 대상인 sw 코드의 내용, 내부의 구조는 보지 않고, 입력 값에 대한 프로그램 실행 결과가 올바른 출력인지 테스트요구사항 등 명세서..