| CP4P_Testing.pptx | Lecture PowerPoint slides |
| CP4P_Testing_Activity_Instructions.pdf | Activity Instructions |
| CP4P_Testing_Activity_Answers.docx | Activity Answer document |
| BlackBox-SumDemo.c | Compile this
obfuscated code for
Black Box testing in class It adds two numbers together accurately but only sometimes. What numeric data types are A and B? Hint: enter 0 for A or B to isolate one while determining data type of the other How to test for short, long, float, double? |
| BlackBox-StringDemo.c | Compile this obfuscated code for Black Box testing activity |
| fgetsDemo.c | <<< string input program demonstrates (and
documents) how fgets() works. This is very similar to how scanf() works -- essential knowledge in making good test cases. |
| WhiteBox-TicTackToe.c | Compile this code for White Box testing activity |
| Programming Test Cases | why, what, and how to details |
| Show provenance of _Activity_Answers development.docx | How to show you did the work |
The Importance of Verification - by Eric Koziol (embracingenigmas.substack.com)