|
Professional Services - Safety Test Builder Customizations
|
- Test Harness to Compare Model Outputs to C Code Outputs
- Example: STB tests are executed from an
m-script. The m-script also compares the output of model and code and creates
a pass/fail report.
|
|
|
|
- User-Defined Test Objectives
- Model Specific - For example: 1st Gear -> 2nd Gear -> 1st Gear
- Fixed Point Overflow and Underflow.
- Safety-Critical (above built-in test objective).
- Example:
- Coded As: In1 > 6
- STB Built-In Test Objective => Branch Coverage
- Test 1 Passes
- Test 2 Passes
- Safety-Critical Test
Objectives => More Extensive Testing
- Test 3 Passes
- Test 4 Fails
|
|
- Automation Scripts
- Convert Company Data Dictionary to STB Data Dictionary.
- Automatic Inclusion of User-Defined test Objectives.
|
|
|