This example shows how to create and run a back-to-back test, which is also known as an equivalence test. Back-to-back tests compare the results of normal simulations with the generated code results from software-in-the-loop, processor-in-the-loop, or hardware-in-the-loop simulations.
Set the current working folder to a writable folder.
Open the rtwdemo_sil_block
model.
open_system('rtwdemo_sil_block')
To select the component to test, click the Controller
subsystem.
To open the Simulink Test tab, in the Apps tab, in the Model Verification, Validation, and Test section, click Simulink Test.
To open the Test Manager, in the Tests tab, click Simulink Test Manager.
Click New > Test for Model Component. The Create Test for Model Component wizard opens.
To specify the Top model and Component
to test, fill the fields by clicking the Use currently selected model component
button next to the Component
field.
Click Next to specify how to obtain the test harness inputs. Select Use component input from the top model as test input. This option runs the model and creates the test harness inputs using the inputs to the selected model component.
Click Next to select the testing method. Click
Perform back-to-back testing. For
Simulation1, use Normal
. For
Simulation2, use Software-in-the-Loop
(SIL)
.
Click Next to specify the format and where to save the test
data and generated tests. For Specify the file format in which
to save the test data, select EXCEL
. For
Specify the location to save test data, use the default
location name. Enter B2BtestFile
for the Test File
Location.
Click Done. The test harness and test case are created and the wizard closes.
To run the back-to-back test, click Run.
Expand the Results hierarchy in the Results and Artifacts panel. Select Out1:1 under Equivalence Criteria Result. The upper plot shows that the output signals align and the lower plot shows that there is zero difference between the output signals.
sltest.testmanager.TestFile
| sltest.testmanager.TestSuite
| Test Manager