#8: Unit testing

Contents
  1. Motivation
  2. Proposal
by Nate Aune last modified Jun 11, 2006 12:22 AM

To ensure a more consistent and bug-free product, I propose to write unit tests for ATAudio.

Proposed by
Nate Aune
Proposal type
Architecture
State
being-discussed

Motivation

As the product evolves and new features are being added all the time, it's important to have tests that we can run to ensure that nothing has been broken. This will ensure that the basic functionality remains intact and we can strive for more test-driven development.

Proposal

Utilize the tests that have already been written for ATVideo, and the test generating capabilities of ArchGenXML. Need to come up with a list of tests to be written.

Comments (0)