cs410-01 report.txt What to write in a cs410-01 report r1, r2, etc. 1. From class, select an example of test-driven code that you wrote and tested to write up in your classday report. 2. Start by describing the test. Tell exactly what a tester should type. At first, all of our tests are performed by a tester. Later we will automate our testing. 3. Indicate where the code you wrote is located. You do not have to include all the code in the report, just indicate what it does (or will do). It must be your code. Be sure to put your name in a comment in it. 4. State where and when you ran the test. 5. State the result of the test. It could pass or fail or get hung up. 6. Add a comment about the test and the code. What project is it for? Perhaps add a thought about what got tested and what did not. Note: the report is due at 3:30pm before the next class. Late reports or resubmitted reports lose 15% of the points. Only your best 25 reports count, 4 points each. Grading is on canvas.