Stopping the Simulink Test Manager execution
4 ビュー (過去 30 日間)
古いコメントを表示
Is there any way to stop the Test Manager execution via script if a test fails ?
0 件のコメント
回答 (1 件)
Anagha Mittal
2023 年 2 月 20 日
Hi Szilard,
You can give an "if" condition in your script for test failure and stop or close the Test Manager using the command:
sltest.testmanager.close;
For more information, please refer to the following link: Close the Simulink Test Manager - MATLAB sltest.testmanager.close (mathworks.com)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Results, Reporting, and Test File Management についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!