Introducing Unit Testing Practice
摘要
Testing an application reveals errors related to its quality. Whether the test is functional, performance-related, or aimed at verifying the user experience, it’s an essential part of software development. The test team (the whole team involved in developing the application, not just the developers) draws up a report on these aspects, enabling the developer to make any necessary corrections. In this chapter you will learn the following: