Browse Items (7 total)
Lab - Product Test Results
Execute a system test for another team's product.
Tags: System test, Testing
The Basics of Software Testing Memo
Describe general principles that guide software testing.
Tags: Testing
Testing Advocacy
This assignment asks the students to research testing methods, good and bad testing results and to use this research to create a position paper.
This assignment will confirm and solidify student understanding of the importance of testing. It will…
This assignment will confirm and solidify student understanding of the importance of testing. It will…
Test-Driven Development and Refactoring Memo
Describe refactoring. Describe test-driven design. Describe an example of application of refactoring.
Animal Guessing Game with a Binary Search Tree
A binary search tree is a data structure that is used to handle simple decisions. In this assignment you will use a binary search tree to store information and then search through the information for a decision. While a binary search tree is…