Project Model Testing Metrics
R2026bThe Project Model Testing Dashboard collects and summarizes metric data from
the model design and testing artifacts in your project, such as requirements, models, and test
results. Use the metric data to assess the status and quality of the model testing in your
project. Each metric in the dashboard measures a different aspect of the quality of the
testing of your models and reflects guidelines in industry-recognized software development
standards, such as ISO 26262 and DO-178. You can collect these metrics programmatically by
using the API.metric.Engine
Use these tables to explore the model testing metrics, view their metric IDs, and access information about each metric. Use the widgets in the Project Model Testing Dashboard to see high-level metric results and testing gaps as described in Summarize Status of Testing for Project.
Tests
Assess requirements traceability, test coverage, and the distribution of tests across the project by using these metrics.
| Metric | Metric ID |
|---|---|
| Functional Requirements With Tests | modeltesting.TestAnalysisOverview[project.FunctionalRequirementWithTests] |
| Test Type Distribution for Project | modeltesting.TestAnalysisOverview[project.TestTypeDistribution] |
| Test Tag Distribution for Project | modeltesting.TestAnalysisOverview[project.TestTagDistribution] |
| Tested Functional Requirements for Project | modeltesting.TestAnalysisOverview[project.TestedFunctionalRequirements] |
Test Results
Identify the overall testing status of the project by reviewing the distribution of passed, failed, disabled, not run, and untested tests.
| Metric | Metric ID |
|---|---|
| Test Status Distribution for Project | modeltesting.TestResultAnalysisOverview[project.TestStatusDistribution] |
Component Test Statuses
Assess the model, SIL, and PIL code testing status for component models in the project by using this metric.
| Metric | Metric ID |
|---|---|
| Component Breakdown | modeltesting.ComponentBreakdown[project.ComponentBreakdown] |
See Also
Model Testing Metrics | Code Testing Metrics | Model Maintainability Metrics