Practice Programming and Unit Testing Lecture

To Read

  • Section 6.5-6.6 of A First Course in Object Oriented Development
  • Section 7.4-7.5 of A First Course in Object Oriented Development

Recording

Practice Programming and Unit Testing Lecture

Content

00:00 Introduction to the lecture
00:56 The functionality that will be implemented and tested
01:22 Astah can create Java code (though not excellent code)
02:27 Implementing main
09:58 Testing main
13:09 Implementing main, continued
16:13 Implementing the system operation startSale
31:19 Testing startSale. Note! This is a test of output to System.out, which belongs to "additional higher grade tasks", not to seminar 3.

Solutions to Exercises

Here is a NetBeans project with the code that was written during the exercise, AmazingPOS.zip