what is transition coverage in simulink
이전 댓글 표시
what is transition coverage. what is a transition in simulink model. And how the test data is generated to achieve transition coverage.
답변 (1개)
Walter Roberson
2013년 3월 3일
0 개 추천
댓글 수: 2
shoaib badshah
2013년 3월 3일
Walter Roberson
2013년 3월 3일
Transition is defined in section 2 of that paper.
coverage has to do with testing procedures and ensuring that all possible parts of the code are tested. The fraction of the code that a given set of test data executes is called the "coverage" of the test data. Ideally you want your test data to "cover" 100% of the cases.
카테고리
도움말 센터 및 File Exchange에서 Analyze Coverage and View Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!