How do I perform independent testing more quickly in Polyspace Test R2025a?
9 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2025 年 10 月 2 日 0:00
回答済み: MathWorks Support Team
2025 年 10 月 24 日 13:32
I would like to speed up independent testing in MATLAB Polyspace Test R2025a. Is there a way to do this?
採用された回答
MathWorks Support Team
2025 年 10 月 2 日 0:00
To speed up independent testing, use the setup and teardown functions available for each test or suite. However, it is best practice for each test to manage its own independence (i.e. initializing all required states). Resetting all global variables or similar initialization can be time-consuming, but it is necessary for test case independence.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Author Tests Using C/C++ xUnit API についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!