Quick Index
Video


Here is a video that goes along with this page.

Objectives


The objective of this chapter is to determine if minimal test code can repress a large swarm of showstopper bugs (see below).

Can Minimal Test Code Repress a Large Swarm of Showstopper Bugs?
.

//Tiny amount of test code
prn("\n-- test_newInstance --");
City city = City.newInstance();
prn(city.toString());


.


 
  vs.      
  🐞     🐞

🐞 🐞 🐞

🐞   🐞

For testing terminology, see unit testing lingo/jargon

Examples and Challenges