Difference between test assessment and test sequence
8 次查看(过去 30 天)
显示 更早的评论
Hi, I want to generate a test document programatically but I don´t know how to difference both blocks. I am using next function
blocks = sltest.testsequence.find
to get all test sequence blocks. The answer of the function give me all test sequence and test assessment blocks. After that I don´t know how to differenciated them to put in order. Is there any possibility?
Thanks
0 个评论
回答(1 个)
Sai Teja G
2024-7-26
Hi Ander,
I understand that you utilized the “sltest.testsequence.find" function to programmatically find a test document, and you would like to understand the distinction between a “test sequence” block and a “test assessment” block.
In brief, a “test assessment” block in MATLAB involves evaluating the quality and effectiveness of tests, while a “test sequence” block determines the order of test case execution within a test suite. “Test assessment” block focuses on assessing the overall testing process, while a “test sequence” block allows for control over the execution order of tests within MATLAB's testing framework.
To create a “test sequence” and “test assessment” programmatically, I recommend referring to the following links to understand which functions to use:
- Test Sequence Documentation: https://www.mathworks.com/help/sltest/ug/programmatically-create-a-test-sequence.html
- Test Assessment Documentation: https://www.mathworks.com/support/search.html/answers/792357-how-to-add-test-assessment-block-programatically.html
These resources will provide you with the necessary information on how to programmatically create test sequences and test assessments in MATLAB.
Hope it helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Inputs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!