Functional Problem Solving (CSC 151 2015F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric] [Remote Access]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Curtsinger (2015F)] [Davis (2013F)] [Rebelsky (2015S)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Held: Wednesday, 16 September 2015
Back to Outline 11 - Documenting Programs and Procedures. On to Outline 13 - Testing Your Procedures, Revisited.
Summary
We consider testing: When, why, and how you might test the procedures and the programs you write.
Related Pages
Overview
Administrivia
irgb-addMost of my thoughts on testing have ended up in the reading.
check-equal? (or some variants).test casewith
test-case. That lets us add a description to the checks.test suitewith
test-suite. Unlike test-case, which runs the test,, test-suite
builds a value that you run later.