Skip to main content

Section 20.1 Introduction: Unit Testing

Testing plays an important role in the development of software. To this point, most of the testing you have done has probably involved running your program and fixing errors as you notice them. In this chapter, you will learn about a more methodical approach to testing. Along the way, you will pick up some design techniques. So, let’s get started!
You have attempted of activities on this page.