CS 211 - 9/23/16 Program Testing / Test Cases 1. Describe the feature of the code being tested. Testing the Debug mode feature of CS 211 Project 3 2. Describe the inputs needed when running the code to perform the test. ... ./a.out filename -d 3. Describe the expected output for the successful test of the code. Information about the coordinates of the maze being used by the depth first algorithm are being printed out as the algorithm runs.