Test Plan Examples

Example 1: Testing the Obvious

This test plan is for testing the most obvious thing in software development: that the software doesn't break when the user doesn't do anything.

1. Do not do anything.

Expected Result: Software doesn't break.

2. Try to do too much and watch the software fail.

Expected Result: Software breaks.