Object-Oriented Programming

dat1/inf1/sw3

Location

B3-104

Time

October 21, 10.15-12.00

Subject

This seminar covers test in general and tests of Java programs in particular. For the latter the JUnit regression test utility will be covered. JUnit is a small de-factor utility for writing unit tests in Java. The utility has had a great impact on testing, and it has been copied/ported to support many other programming languages such as C++, C#, and PL/SQL. JUnit is integrated into both the BlueJ and Eclipse development environments.

Readings

The authors Kent Beck and Erich Gamma wrote the first version of the JUnit utility. They are both die-hard programmers with a record of building very high-quality software. Kent Beck is also one of the leading figures within the extreme programming domain. Erich Gamma is one of the authors of the seminal book "Design Patterns", naturally on software design patterns.

Exercise

Exercise

Slides

PDF

Links

Best regards,
Kristian Torp