Testing software is more than just manually banging around (also called monkey testing) and trying to break different parts of the software application. Unit testing is testing a subset of the functionality of a piece of software. A unit test is different from a system test in that it provides information only about a particular subset of the software. In our previous Foundation series post on black box and white box testing, we used the inspections that come bundled with an oil change as examples of unit tests.
Tag Archives: Foundation series


Foundation Series: Index
topsyWidgetPreload({ “url”: “http%3A%2F%2Ftynerblain.com%2Fblog%2Ffoundation-series-index%2F”, “style”: “big”, “title”: “Foundation Series: Index” }); We’ve started a series of posts designed to provide context and background to readers on many of the topics we post about. This page serves to make it easy to navigate to these pages. It will be updated as new Foundation posts are added. You’ll [...]

Foundation Series: Software Process (Waterfall Process versus Incremental Process)
topsyWidgetPreload({ “url”: “http%3A%2F%2Ftynerblain.com%2Fblog%2F2006%2F01%2F03%2Ffoundation-series-software-process-waterfall-process-versus-incremental-process%2F”, “style”: “big”, “title”: “Foundation Series: Software Process (Waterfall Process versus Incremental Process)” }); A software process is the set of activities required to create software. This process can be defined with very precise steps, roles and responsibilities. The process can also be defined with a more fluid set activities in pursuit of [...]

Foundation Series: Introduction
topsyWidgetPreload({ “url”: “http%3A%2F%2Ftynerblain.com%2Fblog%2F2006%2F01%2F01%2Ffoundation-series-introduction%2F”, “style”: “big”, “title”: “Foundation Series: Introduction” }); I want to thank one of my readers who offered a fantastic suggestion. He didn’t have the needed background knowledge to read some posts. He’s exactly right. The Foundation series of posts will provide introductory posts on topics. What topics would you like to see [...]

