Understanding Software Testing

Understanding Software Testing PDF Author: Norman Parrington
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 184

Get Book Here

Book Description

Understanding Software Testing

Understanding Software Testing PDF Author: Norman Parrington
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 184

Get Book Here

Book Description


JUnit Pocket Guide

JUnit Pocket Guide PDF Author: Kent Beck
Publisher: "O'Reilly Media, Inc."
ISBN: 1449379028
Category : Computers
Languages : en
Pages : 91

Get Book Here

Book Description
JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it. While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, bringing together all the bits of hard to remember information, syntax, and rules for working with JUnit, as well as delivering the insight and sage advice that can only come from a technology's creator. Any programmer who has written, or is writing, Java Code will find this book valuable. Specifically it will appeal to programmers and developers of any level that use JUnit to do their unit testing in test-driven development under agile methodologies such as Extreme Programming (XP) [another Beck creation].

Software Testing Fundamentals

Software Testing Fundamentals PDF Author: Marnie L. Hutcheson
Publisher: John Wiley & Sons
ISBN: 0471468444
Category : Computers
Languages : en
Pages : 434

Get Book Here

Book Description
A highly anticipated book from a world-class authority who has trained on every continent and taught on many corporate campuses, from GTE to Microsoft First book publication of the two critically acclaimed and widely used testing methodologies developed by the author, known as MITs and S-curves, and more methods and metrics not previously available to the public Presents practical, hands-on testing skills that can be used everyday in real-life development tasks Includes three in-depth case studies that demonstrate how the tests are used Companion Web site includes sample worksheets, support materials, a discussion group for readers, and links to other resources

Guide to Advanced Software Testing, Second Edition

Guide to Advanced Software Testing, Second Edition PDF Author: Anne Mette Hass
Publisher: Artech House
ISBN: 1608078051
Category : Computers
Languages : en
Pages : 491

Get Book Here

Book Description
Software testing is a critical aspect of the software development process, and this heavily illustrated reference takes professionals on a complete tour of this increasingly important, multi-dimensional area. The book offers a practical understanding of all the most critical software testing topics and their relationships and inter-dependencies. This unique resource utilizes a wealth of graphics that support the discussions to offer a clear overview of software testing, from the definition of testing and the value and purpose of testing, through the complete testing process with all its activities, techniques and documentation, to the softer aspects of people and teams working with testing. Practitioners find numerous examples and exercises presented in each chapter to help ensure a complete understanding of the material. The book supports the ISTQB certification and provides a bridge from this to the ISO 29119 Software Testing Standard in terms of extensive mappings between the two; this is a truly unique feature.

The Art of Software Testing

The Art of Software Testing PDF Author: Glenford J. Myers
Publisher: John Wiley & Sons
ISBN: 047167835X
Category : Reference
Languages : en
Pages : 254

Get Book Here

Book Description
This long-awaited revision of a bestseller provides a practical discussion of the nature and aims of software testing. You'll find the latest methodologies for the design of effective test cases, including information on psychological and economic principles, managerial aspects, test tools, high-order testing, code inspections, and debugging. Accessible, comprehensive, and always practical, this edition provides the key information you need to test successfully, whether a novice or a working programmer. Buy your copy today and end up with fewer bugs tomorrow.

Systematic Software Testing

Systematic Software Testing PDF Author: Rick David Craig
Publisher: Artech House
ISBN: 9781580537926
Category : Computers
Languages : en
Pages : 584

Get Book Here

Book Description
Gain an in-depth understanding of software testing management and process issues that are critical for delivering high-quality software on time and within budget. Written by leading experts in the field, this book offers those involved in building and maintaining complex, mission-critical software systems a flexible, risk-based process to improve their software testing capabilities. Whether your organization currently has a well-defined testing process or almost no process, Systematic Software Testing provides unique insights into better ways to test your software.This book describes how to use a preventive method of testing, which parallels the software development lifecycle, and explains how to create and subsequently use test plans, test design, and test metrics. Detailed instructions are presented to help you decide what to test, how to prioritize tests, and when testing is complete. Learn how to conduct risk analysis and measure test effectiveness to maximize the efficiency of your testing efforts. Because organizational structure, the right people, and management are keys to better software testing, Systematic Software Testing explains these issues with the insight of the authorsOCO more than 25 years of experience."

Essentials of Software Testing

Essentials of Software Testing PDF Author: Ralf Bierig
Publisher: Cambridge University Press
ISBN: 1108976484
Category : Computers
Languages : en
Pages : 324

Get Book Here

Book Description
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.

Software Testing

Software Testing PDF Author: Gerald D. Everett
Publisher: John Wiley & Sons
ISBN: 0470146346
Category : Computers
Languages : en
Pages : 279

Get Book Here

Book Description
Software Testing presents one of the first comprehensive guides to testing activities, ranging from test planning through test completion for every phase of software under development, and software under revision. Real life case studies are provided to enhance understanding as well as a companion website with tools and examples.

Effective Software Testing

Effective Software Testing PDF Author: Elfriede Dustin
Publisher: Addison-Wesley Professional
ISBN: 9780201794298
Category : Computers
Languages : en
Pages : 306

Get Book Here

Book Description
With the advent of agile methodologies, testing is becoming the responsibility of more and more team members. In this new book, noted testing expert Dustin imparts the best of her collected wisdom. She presents 50 specific tips for a better testing program. These 50 tips are divided into ten sections, and presented so as to mirror the chronology of a software project.

Quality Code

Quality Code PDF Author: Stephen Vance
Publisher: Pearson Education
ISBN: 0321832981
Category : Computers
Languages : en
Pages : 256

Get Book Here

Book Description
Explains the importance of the test-driven environment in assuring quality while developing software, introducing patterns, principles, and techniques for testing any software system.