The Test/Code Cycle in XP, Part 1: Model (Japanese)
XPにおけるテスト/コーディングサイクル: 第一部 モデル Continue reading The Test/Code Cycle in XP, Part 1: Model (Japanese)
Exploring Extreme Programming
XPにおけるテスト/コーディングサイクル: 第一部 モデル Continue reading The Test/Code Cycle in XP, Part 1: Model (Japanese)
PPT presentation
A presentation on refactoring. Continue reading Refactoring Presentation (PPT)
XPにおけるテスト/コーディングサイクル: 第二部 GUI Continue reading The Test/Code Cycle in XP: GUI (Japanese)
paper demonstrates the development of a small bibliographic system using Extreme Programming techniques. Part 1 shows development of the model. Continue reading The Test/Code Cycle in XP, Part 1: Model
People who unit-test, even many who unit-test in Extreme Programming, don’t necessarily test the user interface. You can use JUnit to assist in this testing, however. This paper will work through a small but plausible example, giving the flavor of testing and programming using JUnit. This paper is part 2, but can be read on its own; part 1 developed the model. Continue reading The Test/Code Cycle in XP, Part 2: GUI