What is the difference between Simulink Test toolbox and Simulink Design Verifier toolbox
11 次查看(过去 30 天)
显示 更早的评论
Greetings,
I am working as Software developer since last few years. I need some expert's advise in testing the model on Matlab environment. For model based testing (MIL + SIL), I was planning to use Simulink design Verifier. Later I found one more toolbox i.e. Simulink Test. I have read the overview section of both the toolbox but not able to understand what is the difference between them. Can someone explain me what is the difference between these two toolboxes 'Simulink Test' and 'Simulink Design Verifier' ?
Also, Let me know if someone has used either of these toolboxes and share me your experience with these toolboxes.
Thanks! Shiva
0 个评论
采纳的回答
Prahladavaradan Sampath
2018-11-11
At a high-level Simulink Test helps you manage existing tests and test-suites, and Simulink Design Verifier helps in analyzing a model and automatically generating tests, identifying design errors, and proving properties.
3 个评论
Prahladavaradan Sampath
2018-11-12
When SLDV generates test-cases, there is an option to generate expected outputs for the generated test-cases -- the option name is DVSaveExpectedOutput and you can find it in the configuration parameters dialog under Design Verifier -> Results -> Include expected output values. I assume you are planning to use this in some form of equivalence testing or baseline testing?
You can also export SLDV generated test-cases to Simulink Test. If you have asked SLDV to generated expected outputs, the exported test-case is created as a baseline test.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Test Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!