what is transition coverage in simulink
Ältere Kommentare anzeigen
what is transition coverage. what is a transition in simulink model. And how the test data is generated to achieve transition coverage.
Antworten (1)
Walter Roberson
am 3 Mär. 2013
0 Stimmen
2 Kommentare
shoaib badshah
am 3 Mär. 2013
Walter Roberson
am 3 Mär. 2013
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.
Kategorien
Mehr zu Analyze Coverage and View Results finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!