How to make tests run in test assessment block if the tests are identical?

3 views (last 30 days)
Hi,
I tried to run the test cases using test sequence and test assessment block. And my test cases are repeated. But when I try to run it then it do not execute them sequencially. It run the first identical test case multiple times even though expected output is different. So, my test cases are remaining unexecuted or failed.

Answers (1)

Jesús Zambrano
Jesús Zambrano on 27 Jun 2020
Hi Sanket,
The test sequence block has one test formed by a set of steps arranged in hierarchy. Here you have one test per harness created.
If you have a long list set of steps in your test, you could try to debug your test sequence. Debugging involves setting breakpoints to stop simulation, observing data and test sequence progression, and manually stepping through test steps.
Please have a look at the following link for more details of test sequence debugging:
Hope it helps to solve your question.

Community Treasure Hunt

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

Start Hunting!