How can I stop a Test Case on the last step instead of waiting for the Stop Time?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using Simulink Test, with test cases in the Test Manager. For each Test Case, I have calculated the time is should take to complete the test and added an extra 60 seconds. I am using this time as the Stop Time which is situated in the Test Manager under System Under Test > Simulation Settings Overrides section.
The extra 60 seconds is used to record the behaviou of our product during a failed Test Case. However, if our product passes the test and completes all steps without failure, the test case will still wait the extra 60 seconds.
Is there a way to stop the test when the Test Case reaches the last step, instead of waiting for the remaining Stop Time to run down? If we can stop the test once it reaches the last step this will significantly reduce our overall testing time.
Thanks in advance.
0 Kommentare
Antworten (1)
Zaid Jilani
am 4 Okt. 2022
You can generate a non-zero output from Test Sequence block when a specific state is reached and feed this to the 'Stop Simulation' block so you can stop the simulation.
You can refer to Answers section of the following MATLAB Answer for more information:
https://www.mathworks.com/matlabcentral/answers/248732-how-to-stop-simulation-in-test-sequence-block
Siehe auch
Kategorien
Mehr zu Inputs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!