User`s guide
Component Verification
11-3
components individually, you can create test cases that fully specify the component
interface, allowing the component to record 100% coverage.
• Debug the component — To verify that each model component satisfies the specified
design requirements, you can create test cases that verify that specific components
perform as designed.
• Test the robustness of the component — To verify that a component handles
unexpected inputs and calculations properly, you can create test cases that generate
data. Then, test the error-handling capabilities in the component.