Why does a Simulink Test generated report not display all the tests under the Verify Result section?

F
fhfvn · Aug 31, 2021 · 1.9K views
Question
I am generating a PDF report from Simulink Test in R2019a. I have many verify statements included in my test, and after generating the report I notice that a number of tests are clipped off the end of page under the Verify Result section due to not fitting on a single page.   Is there any way to extend the list of tests under the Verify Result section to fit onto multiple pages?
Expert Answer
Profile picture of Kshitij Singh
Kshitij Singh PhD Expert
Answered Aug 24, 2026

This is a limitation in R2019a, and has been resolved in R2019b. If you have access to a newer release, generating the report in the new version should produce a list of tests under the Verify Result section that can span multiple pages.

Alternatively, you can try using the MATLAB Unit Test Framework to generate an alternative report and see if the tables are formatted better for them. To do so, you will need to do the following in MATLAB:

 

>> suite = testsuite();
>> testRunner = matlab.unittest.TestRunner.withTextOutput; % or "withNoPlugins"
>> testRunner.addPlugin(sltest.plugins.TestManagerResultsPlugin);
>> testRunner.addPlugin(matlab.unittest.plugins.TestReportPlugin.producingPDF());
>> testRunner.run(suite); % this will run the test and generate a report
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!