get started with matlab test -凯发k8网页登录
matlab® test™ provides tools for developing, executing, measuring, and managing dynamic tests of matlab code, including deployed applications and user-authored toolboxes. you can use the project-based quality dashboard to raise the visibility of code readiness to an intuitive summary level. the dashboard is an interactive, graphical summary of code quality metrics with clickable details for code analysis, code coverage, test results, and requirements.
matlab test manager helps you organize and manage tests and results in your project by enabling you to group, save, and run custom test suites at scale. you can identify untested code paths using industry-standard code coverage metrics, such as condition, decision, and modified condition/decision coverage (mc/dc). persistent test results enable you to optimize productivity by only rerunning select tests to verify code edits. you can reduce test execution time of large test suites by leveraging dependency-based test selection, by running tests in parallel, or within continuous integration systems.
you can verify the expected behavior of artifacts created with matlab coder™ and matlab compiler sdk™ using functional equivalence testing techniques. matlab test enables you to meet specifications in regulated applications by tracing requirements (with requirements toolbox™). support for industry standards is available with the iec certification kit (for iso® 26262, iec 61508, and iec 62304).
tutorials
- step 1: verify code by running tests
- step 2:
- step 3:
- step 4:
this tutorial shows how to use matlab® test™ to verify a matlab algorithm.
videos
develop, manage, analyze, and test matlab applications using matlab
test.
visualize and measure the quality of your matlab code using the matlab
test
code quality dashboard.
measure how much of your matlab
test application or algorithm is covered by testing.
create and run equivalence tests that compare the results produced by your
matlab code with the results produced by code generated with matlab
coder or matlab
compiler sdk.