Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Essentials of Software Testing

Essentials of Software Testing

Essentials of Software Testing

Ralf Bierig, Maynooth University, Ireland
Stephen Brown, Maynooth University, Ireland
Edgar Galván, Maynooth University, Ireland
Joe Timoney, Maynooth University, Ireland
November 2021
Hardback
9781108833349

Experience the eBook and the associated online resources on our new Higher Education website. Go to site For other formats please stay on this page.

$62.99
USD
Hardback

    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.

    • A single running example is demonstrated in progressively more complex approaches, so students can easily see the strengths and limitations of each approach in theory and practice
    • Test automation is used consistently throughout in TestNG, Selenium, and JaCoCo which provide good representative examples of the range of available tools
    • Programming exercises are provided on the web, along with Java source code for all the worked examples in the book

    Reviews & endorsements

    'The book 'Essentials of Software Testing' provides an excellent introductory text, that I recommend for students and teachers. It focuses on foundational, fundamental techniques. There are a large number of well-chosen code examples which assume that the reader has a good understanding of Java. The different testing techniques are well-explained and analysed using simple models, requiring understanding of foundational data structures. An enjoyable read.' J. Paul Gibson, Telecom Sud Paris

    See more reviews

    Product details

    No date available
    Adobe eBook Reader
    9781108976480
    0 pages

    Table of Contents

    • 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.