If test subjects are not familiar with Test-Driven Development, reference guide gives a brief introduction to TDD and how to do TDD development rhythmically. We also collect three well-known problems for validation study and provide detailed instructions to implement them in TDD.
Stack is a classicial data structure that works in Last-In-First-Out (LIFO) principle.
Roman Numeral problem asks developers to write a program that can convert any integer number between 0 and 50 into Roman numerals.
Bowling Game problem asks developer write a software program to calculate bowling game score.