How do I perform independent testing more quickly in Polyspace Test R2025a?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 2 de Oct. de 2025 a las 0:00
Respondida: MathWorks Support Team
el 24 de Oct. de 2025 a las 13:32
I would like to speed up independent testing in MATLAB Polyspace Test R2025a. Is there a way to do this?
Respuesta aceptada
MathWorks Support Team
el 2 de Oct. de 2025 a las 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Author Tests Using C/C++ xUnit API en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!