- Pat
Design Verifier: Does multiple dimensions input has great influence in test generation?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
When I use use Design Verifier(MATLAB 2020a) to generate tests for getting coverage report, my model took 4 hours and didn't generate any test cases. Therefore I modified test suite optimization to Legacy LargeModel (Nonlinear Extended) and after 1h it only generated 2 test cases in harness model and the result like this:
Test generation stopped by user.
4/3471 objectives unsatisfiable
2426/3471 objectives undecided due to runtime error
1041/3471 objectives undecided
Looking at the harness model and it seems that it treat each input with multiple dimensions as plenty of inputs and creat a huge number of input.
Might this be the reason why I can't generate tests? If so, is there any way to change this situation?
Here is a capture of my model's input:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/402480/image.png)
Here is an example of input information:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/402485/image.png)
Here is the harness model:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/402490/image.png)
댓글 수: 0
답변 (1개)
Pat Canny
2020년 11월 5일
Hi Jiahao,
This will likely be difficult to solve via MATLAB Answers.
Thanks.
참고 항목
카테고리
Help Center 및 File Exchange에서 Generate Tests에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!