Integrating DQMH Unit Tests with other unit test frameworks
The video below is the same as the one in the Creating DQMH Unit Testssection, except it starts at minute 4:44 where we describe the steps to create a DQMH Unit Test for other unit testing frameworks.
Create DQMH Unit Tests for Other Frameworks
-
Follow the steps described in Creating DQMH Unit Tests.
-
Create a new VI under the Unit Tests virtual folder to your project.
-
Add to that VI the <Module Name> setup.vi#8202;*,* Test - <Module Name> - <Request Name> <number>.vi and <Module Name> teardown.vi that the New DQMH Unit Test added to the Unit Tests virtual folder to your project. Wire them and save this VI.
-
Integrate this VI to your own unit test framework or just run this VI on its own to verify that your unit tests pass.