필터 지우기
필터 지우기

Relationship between the Simulink Test Manager and the Test Sequence block

조회 수: 5 (최근 30일)
What is the difference/relationship between the Simulink Test Manager and the 'Test Sequence' block?
They appear to have a lot of overlap in their functionality. It isn't clear what should/should not be used.
Also, how do we run their functions in the command line?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 4월 18일
편집: MathWorks Support Team 2024년 4월 19일
While there exists similar functionality between Test manager and Test Sequence, they have different purposes.
To get started, the landing page of Simulink Test is a good starting point:
You can click on the Examples tab to find some useful features of the product.
The 'Test Sequence' block can be added to a test harness to conduct a sequence of testing scenarios. Its purpose is to create simulation testing scenarios, function calls, and assessments. In terms of how to create a test sequence programmatically, please refer to the documentation here:
To create and run test sequence scenarios programmatically, please refer to the documentation here:
'Test Manager' is an application that allows you to manage or organize the test harnesses in test suites. Its purpose is to model and code testing in different execution environments, manage test suites, and analyze and report results. You can find examples on how to do this in the following documentation:
If you’re looking into creating and running test cases with scripts, please refer to the documentation here:
We also provide examples of how to use the Test Manager to run multiple Test Sequence Scenarios in a single test case:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Outputs에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by