How do I perform independent testing more quickly in Polyspace Test R2025a?

8 visualizzazioni (ultimi 30 giorni)
I would like to speed up independent testing in MATLAB Polyspace Test R2025a. Is there a way to do this?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 2 Ott 2025 alle 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.

Più risposte (0)

Prodotti


Release

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by