The tenth chapter, software test tenth chapter software testing is a key activity of software quality assurance, it is through the requirements specification, software design instructions and program code review, in order to ensure that software products before delivery, as far as possible to find the hidden problems in the software. Mainly speaking
1, verification and confirmation, mainly introduces the activities of V&V;
2, Software Testing Foundation, mainly wrote the basic principles of software testing
3, the software testing strategy, generally need to undergo unit testing, integration testing, validation testing and system testing, detailed introduction of various testing methods;
4, Software testing methods, software testing from different angles can be divided into a variety of testing methods, such as static testing, dynamic testing, white box testing, black box test;
5, object-oriented software testing, object-oriented is currently a mainstream software development technology, is regarded as a solution to the software crisis of an advanced technology; object-oriented test types include simulation testing, class testing, interactive testing, System (subsystem) testing, acceptance testing and release testing, followed by examples to explain the test;
6, Software testing tools, detailed talk about JUnit and LoadRunner.
Software Engineering--theory, method and Practice--tenth chapter