Breaking up Testing

  • When working on a big app, you might only develop a small piece
  • It would be nice if you could split out just your piece and test
  • You could do this with multiple main methods in your codebase
  • ... or you could use an automated testing framework

5 / 21