Cantitate/Preț
Produs

Essentials of Software Testing

Autor Ralf Bierig, Stephen Brown, Edgar Galván, Joe Timoney
en Limba Engleză Hardback – 18 aug 2021
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.
Citește tot Restrânge

Preț: 31390 lei

Preț vechi: 39237 lei
-20% Nou

Puncte Express: 471

Preț estimativ în valută:
6008 6338$ 5006£

Carte disponibilă

Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 3659 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781108833349
ISBN-10: 1108833349
Pagini: 318
Dimensiuni: 175 x 255 x 22 mm
Greutate: 0.68 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States

Cuprins

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.

Recenzii

'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

Notă biografică


Descriere

This accessible introduction demonstrates a range of testing techniques in the context of a single worked example that runs throughout.