You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Francois Normandin edited this page May 23, 2020
·
2 revisions
The video walks through a simple project where the basic unit testing functions are presented and a file report is produced from those results.
In this tutorial, I demonstrate how to build a test harness from a series of test specifications. I then produce a report using the "Test Suites" approach, which is compatible with real-time targets and runtime engine execution. The demo uses a workflow that is compatible with both a TDD (test-driven development) approach, or a divide-and-conquer approach where different teams are responsible for producing code and tests for code.