このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
機能、ベースライン、マルチリリース、および並列テスト
Simulink® Test™ で実行できるテストのタイプは次のとおりです。
機能 — 機能要件を使用して、それらの要件をモデル コンポーネントが満たしているかどうかを解析するテスト ケースとテスト スイートを開発します。
ベースライン — テスト結果を保存済みの出力値のファイルと比較します。
マルチリリース — 複数のリリースを使用してテストを実行し、リリース間で結果が変わらないことを確認します。
並列 — 特にシミュレーションに時間がかかる複雑な Simulink モデルや実行に時間がかかる複数のテスト反復を含むテストで、テスト実行の実行時間が短くなります。テストをローカル マシンまたはローカル クラスターで並列実行するには、Parallel Computing Toolbox™ がインストールされていなければなりません。テストをリモート クラスターまたはクラウドで実行するには、MATLAB® Parallel Server™ がインストールされていなければなりません。
トピック
- 機能テストの実行とテスト カバレッジの解析
機能の依存関係の解析、モデル コンポーネントの単独でのテスト、テスト ケースのスイートの作成、モデルとコードのテストによるカバレッジの達成を行います。
- Compare Model Output to Baseline Data
Test simulation output against a baseline.
- Run Tests in Multiple Releases of MATLAB
Compare test results across multiple MATLAB releases.
- Run Tests Using Parallel Execution
Decrease test time using Parallel Computing Toolbox or MATLAB Parallel Server.
- Override Model Parameters in a Test Case
Compare simulation to baseline data using a parameter override and the Test Manager.
- Override the Simulation Mode During Test Execution
This example shows how to override the simulation mode when you run a test. You can run a test in a simulation mode without modifying the simulation mode specified in the test case or the model settings.
- Test Execution Order
Order in which models load, and test cases, iterations, and callbacks run.