1. Introduction
Testing is an essential part of software development.
Testing ensures that the program
- Works correctly without error
- Meets the needs of the user
Testing needs to be planned ahead of actually writing the code. It also needs to be approached in a disciplined way.
In this section we will discuss some of the methods and tools that go into testing software programs.