The purpose of this assignment is to give you experience reporting bugs and developing test cases. This task will give you practice thinking how to develop a test case from a requirements document, what a professional bug report should be, as well as analyzing bugs before reporting them.
The purpose of this assignment is to give you experience in creating automated test code with JUnit. Your task will be to create a test suite in JUnit for the BORG Calendar, produce bug reports (if any), and submit a written report describing your testing.
The purpose of this assignment is to give you experience applying path testing approaches and measuring coverage.
The purpose of this assignment is to give you experience applying data flow and slice-based testing.