Introduction to Software Testing
Title | Introduction to Software Testing PDF eBook |
Author | Paul Ammann |
Publisher | |
Pages | 352 |
Release | 2008-01-28 |
Genre | Computers |
ISBN |
Extensively class-tested, this textbook takes an innovative approach to software testing: it defines testing as the process of applying a few well-defined, general-purpose test criteria to a structure or model of the software. It incorporates the latest innovations in testing, including techniques to test modern types of software such as OO, web applications, and embedded software. The book contains numerous examples throughout. An instructor's solution manual, PowerPoint slides, sample syllabi, additional examples and updates, testing tools for students, and example software programs in Java are available on an extensive website.
Automated Software Testing
Title | Automated Software Testing PDF eBook |
Author | Elfriede Dustin |
Publisher | Addison-Wesley Professional |
Pages | 602 |
Release | 1999-06-28 |
Genre | Computers |
ISBN | 0672333848 |
With the urgent demand for rapid turnaround on new software releases--without compromising quality--the testing element of software development must keep pace, requiring a major shift from slow, labor-intensive testing methods to a faster and more thorough automated testing approach. Automated Software Testing is a comprehensive, step-by-step guide to the most effective tools, techniques, and methods for automated testing. Using numerous case studies of successful industry implementations, this book presents everything you need to know to successfully incorporate automated testing into the development process. In particular, this book focuses on the Automated Test Life Cycle Methodology (ATLM), a structured process for designing and executing testing that parallels the Rapid Application Development methodology commonly used today. Automated Software Testing is designed to lead you through each step of this structured program, from the initial decision to implement automated software testing through test planning, execution, and reporting. Included are test automation and test management guidance for: Acquiring management support Test tool evaluation and selection The automated testing introduction process Test effort and test team sizing Test team composition, recruiting, and management Test planning and preparation Test procedure development guidelines Automation reuse analysis and reuse library Best practices for test automation
A Friendly Introduction to Software Testing
Title | A Friendly Introduction to Software Testing PDF eBook |
Author | Bill Laboon |
Publisher | Createspace Independent Publishing Platform |
Pages | 224 |
Release | 2016-02-01 |
Genre | |
ISBN | 9781523477371 |
As the title states, this is a friendly introduction to software testing. It covers the basics of testing theory and terminology, how to write test plans, and how defects are found and reported. It also goes over more advanced testing topics such as performance testing, security testing, combinatorial testing and others. Written by a software engineer with more than fifteen years of software development and quality assurance experience, this book provides an industry-focused introduction to the field of software testing.
Software Testing
Title | Software Testing PDF eBook |
Author | Rajiv Chopra |
Publisher | Mercury Learning and Information |
Pages | 806 |
Release | 2018-02-05 |
Genre | Computers |
ISBN | 1683921674 |
This overview of software testing provides key concepts, case studies, and numerous techniques to ensure software is reliable and secure. Using a self-teaching format, the book covers important topics such as black, white, and gray box testing, video game testing, test point analysis, automation, and levels of testing. Includes end-of-chapter multiple-choice questions / answers to increase mastering of the topics. Features: • Includes case studies, case tools, and software lab experiments • Covers important topics such as black, white, and gray box testing, test management, automation, levels of testing, • Covers video game testing • Self-teaching method includes numerous exercises, projects, and case studies
Software Engineering and Testing
Title | Software Engineering and Testing PDF eBook |
Author | B. B. Agarwal |
Publisher | Jones & Bartlett Learning |
Pages | 534 |
Release | 2010 |
Genre | Computers |
ISBN | 9781934015551 |
This book is designed for use as an introductory software engineering course or as a reference for programmers. Up-to-date text uses both theory applications to design reliable, error-free software. Includes a companion CD-ROM with source code third-party software engineering applications.
Essentials of Software Testing
Title | Essentials of Software Testing PDF eBook |
Author | Ralf Bierig |
Publisher | Cambridge University Press |
Pages | 324 |
Release | 2021-08-19 |
Genre | Computers |
ISBN | 1108976484 |
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.
Introduction to Combinatorial Testing
Title | Introduction to Combinatorial Testing PDF eBook |
Author | D. Richard Kuhn |
Publisher | CRC Press |
Pages | 333 |
Release | 2016-04-19 |
Genre | Computers |
ISBN | 1466552301 |
Combinatorial testing of software analyzes interactions among variables using a very small number of tests. This advanced approach has demonstrated success in providing strong, low-cost testing in real-world situations. Introduction to Combinatorial Testing presents a complete self-contained tutorial on advanced combinatorial testing methods for re