Completed
Testing across multiple interpreters on different platforms
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Test Your Code - Essential Tools for APL Function Testing
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction and focus on unit testing
- 2 How to do unit testing
- 3 Demonstration of ]DTest on a simple statistics program
- 4 Writing tests as dfns with empty guards
- 5 SuccessValue modifier to choose which value indicates test success
- 6 Defining a test suite
- 7 Code coverage to see which lines of code were executed by tests
- 8 Testing across multiple interpreters on different platforms
- 9 Conclusion