>
Essentials of Software Testing

Essentials of Software Testing

  • £29.99
  • Save £15


Ralf Bierig, Stephen Brown, Edgar Galván, Joe Timoney
Cambridge University Press, 8/19/2021
EAN 9781108833349, ISBN10: 1108833349

Hardcover, 318 pages, 24.8 x 17.8 x 2.5 cm
Language: English
Originally published in English

Software testing can be regarded as an art, a craft, and a science. The practical, step-by-step approach presented in this book provides a bridge between these different viewpoints. A single worked example runs throughout, with consistent use of test automation. Each testing technique is introduced in the context of this example, helping students see its strengths and weaknesses. The technique is then explained in more detail, providing a deeper understanding of underlying principles. Finally the limitations of each technique are demonstrated by inserting faults, giving learners concrete examples of when each technique succeeds or fails in finding faults. Coverage includes black-box testing, white-box testing, random testing, unit testing, object-oriented testing, and application testing. The authors also emphasise the process of applying the techniques, covering the steps of analysis, test design, test implementation, and interpretation of results. The book's web site has programming exercises and Java source code for all examples.

1. Introduction to software testing
2. Equivalence partitions
3. Boundary value analysis
4. Decision table testing
5. Statement coverage
6. Branch coverage
7. All paths coverage
8. Black-box and white-box testing
9. Testing object-oriented software
10. Application testing
11. Test automation
12. Random testing
13. Testing in the software process
14. Wrap-up.