To begin a test plan, a simple document defining what’s being tested should be written. In the example, [bin/helloworld] will be tested. Define the test mode, execute helloworld. Define the expected results: printing "hello world." When modifying a test plan, all changes should be logged to record the route taken to the final product.

