Mastering Software Quality Assurance

Mastering Software Quality Assurance
Author: Murali Chemuturi
Publisher: J. Ross Publishing
Total Pages: 377
Release: 2010-09-15
Genre: Business & Economics
ISBN: 1604270322

This comprehensive reference on software development quality assurance addresses all four dimensions of quality: specifications, design, construction and conformance. It focuses on quality from both the micro and macro view. From a micro view, it details the aspect of building-in quality at the component level to help ensure that the overall deliverable has ingrained quality. From a macro view, it addresses the organizational level activities that provide an environment conducive to fostering quality in the deliverables as well as developing a culture focused on quality in the organization. Mastering Software Quality Assurance also explores a process driven approach to quality, and provides the information and guidance needed for implementing a process quality model in your organization. It includes best practices and valuable tools and techniques for software developers.Key Features • Provides a comprehensive, inclusive view of software quality • Tackles the four dimensions of quality as applicable to software development organizations • Offers unique insights into achieving quality at the component level • Deals comprehensively with all aspects of measuring software quality • Explores process quality from the standpoint of implementation rather than from the appraiser/assessor point of view • Delivers a bird's eye view of the ISO and CMMI models, and describes necessary steps for attaining conformance to those models

Mastering IT Project Management

Mastering IT Project Management
Author: Murali Chemuturi
Publisher: J. Ross Publishing
Total Pages: 385
Release: 2013-07-31
Genre: Computers
ISBN: 1604270780

In previous years, setting up IT infrastructure involved just the preparation of the data center. It has become much more complex and evolved today. The infrastructure includes not only the data center facility, but also the entire organization by providing internet connectivity to customers, vendors, and company executives on the move. Mastering IT Project Management is the first book to detail how to create IT infrastructure rather than simply describe how to manage the IT function or software development. This unique and comprehensive reference covers all aspects needed to successfully manage this type of project in an organization. J. Ross Publishing offers an add-on at a nominal cost — Downloadable, customizable tools and templates ready for immediate implementation.

Mastering Software Testing with JUnit 5

Mastering Software Testing with JUnit 5
Author: Boni Garcia
Publisher: Packt Publishing Ltd
Total Pages: 347
Release: 2017-10-27
Genre: Computers
ISBN: 1787124398

A comprehensive, hands-on guide on unit testing framework for Java programming language About This Book In-depth coverage of Jupiter, the new programming and extension model provided by JUnit 5 Integration of JUnit 5 with other frameworks such as Mockito, Spring, Selenium, Cucumber, and Docker Best practices for writing meaningful Jupiter test cases Who This Book Is For This book is for Java software engineers and testers. If you are a Java developer who is keen on improving the quality of your code and building world class applications then this book is for you. Prior experience of the concepts of automated testing will be helpful. What You Will Learn The importance of software testing and its impact on software quality The options available for testing Java applications The architecture, features and extension model of JUnit 5 Writing test cases using the Jupiter programming model How to use the latest and advanced features of JUnit 5 Integrating JUnit 5 with existing third-party frameworks Best practices for writing meaningful JUnit 5 test cases Managing software testing activities in a living software project In Detail When building an application it is of utmost importance to have clean code, a productive environment and efficient systems in place. Having automated unit testing in place helps developers to achieve these goals. The JUnit testing framework is a popular choice among Java developers and has recently released a major version update with JUnit 5. This book shows you how to make use of the power of JUnit 5 to write better software. The book begins with an introduction to software quality and software testing. After that, you will see an in-depth analysis of all the features of Jupiter, the new programming and extension model provided by JUnit 5. You will learn how to integrate JUnit 5 with other frameworks such as Mockito, Spring, Selenium, Cucumber, and Docker. After the technical features of JUnit 5, the final part of this book will train you for the daily work of a software tester. You will learn best practices for writing meaningful tests. Finally, you will learn how software testing fits into the overall software development process, and sits alongside continuous integration, defect tracking, and test reporting. Style and approach The book offers definitive and comprehensive coverage of all the Unit testing concepts with JUnit and its features using several real world examples so that readers can put their learning to practice almost immediately. This book is structured in three parts: Software testing foundations (software quality and Java testing) JUnit 5 in depth (programming and extension model of JUnit 5) Software testing in practice (how to write and manage JUnit 5 tests)

The Future of Software Quality Assurance

The Future of Software Quality Assurance
Author: Stephan Goericke
Publisher: Springer Nature
Total Pages: 272
Release: 2019-11-19
Genre: Computers
ISBN: 3030295095

This open access book, published to mark the 15th anniversary of the International Software Quality Institute (iSQI), is intended to raise the profile of software testers and their profession. It gathers contributions by respected software testing experts in order to highlight the state of the art as well as future challenges and trends. In addition, it covers current and emerging technologies like test automation, DevOps, and artificial intelligence methodologies used for software testing, before taking a look into the future. The contributing authors answer questions like: "How is the profession of tester currently changing? What should testers be prepared for in the years to come, and what skills will the next generation need? What opportunities are available for further training today? What will testing look like in an agile world that is user-centered and fast-paced? What tasks will remain for testers once the most important processes are automated?" iSQI has been focused on the education and certification of software testers for fifteen years now, and in the process has contributed to improving the quality of software in many areas. The papers gathered here clearly reflect the numerous ways in which software quality assurance can play a critical role in various areas. Accordingly, the book will be of interest to both professional software testers and managers working in software testing or software quality assurance.

Software Testing and Quality Assurance

Software Testing and Quality Assurance
Author: Kshirasagar Naik
Publisher: John Wiley & Sons
Total Pages: 702
Release: 2011-09-23
Genre: Computers
ISBN: 1118211634

A superior primer on software testing and quality assurance, from integration to execution and automation This important new work fills the pressing need for a user-friendly text that aims to provide software engineers, software quality professionals, software developers, and students with the fundamental developments in testing theory and common testing practices. Software Testing and Quality Assurance: Theory and Practice equips readers with a solid understanding of: Practices that support the production of quality software Software testing techniques Life-cycle models for requirements, defects, test cases, and test results Process models for units, integration, system, and acceptance testing How to build test teams, including recruiting and retaining test engineers Quality Models, Capability Maturity Model, Testing Maturity Model, and Test Process Improvement Model Expertly balancing theory with practice, and complemented with an abundance of pedagogical tools, including test questions, examples, teaching suggestions, and chapter summaries, this book is a valuable, self-contained tool for professionals and an ideal introductory text for courses in software testing, quality assurance, and software engineering.

How to Engineer Software

How to Engineer Software
Author: Steve Tockey
Publisher: John Wiley & Sons
Total Pages: 1188
Release: 2019-09-10
Genre: Computers
ISBN: 1119546672

A guide to the application of the theory and practice of computing to develop and maintain software that economically solves real-world problem How to Engineer Software is a practical, how-to guide that explores the concepts and techniques of model-based software engineering using the Unified Modeling Language. The author—a noted expert on the topic—demonstrates how software can be developed and maintained under a true engineering discipline. He describes the relevant software engineering practices that are grounded in Computer Science and Discrete Mathematics. Model-based software engineering uses semantic modeling to reveal as many precise requirements as possible. This approach separates business complexities from technology complexities, and gives developers the most freedom in finding optimal designs and code. The book promotes development scalability through domain partitioning and subdomain partitioning. It also explores software documentation that specifically and intentionally adds value for development and maintenance. This important book: Contains many illustrative examples of model-based software engineering, from semantic model all the way to executable code Explains how to derive verification (acceptance) test cases from a semantic model Describes project estimation, along with alternative software development and maintenance processes Shows how to develop and maintain cost-effective software that solves real-world problems Written for graduate and undergraduate students in software engineering and professionals in the field, How to Engineer Software offers an introduction to applying the theory of computing with practice and judgment in order to economically develop and maintain software.

Software Project Survival Guide

Software Project Survival Guide
Author: Steve McConnell
Publisher: Pearson Education
Total Pages: 306
Release: 1998
Genre: Business & Economics
ISBN: 1572316217

How to be sure your first important project isnþt your last.

Mastering Non-Functional Requirements

Mastering Non-Functional Requirements
Author: Sameer Paradkar
Publisher: Packt Publishing Ltd
Total Pages: 224
Release: 2017-05-18
Genre: Computers
ISBN: 178829789X

This book covers the most critical 24 NFRs that are applicable to IT applications and systems. About This Book Explains three stages of nonfunctional requirements, that is, analysis, architecture, and assessment In-depth knowledge of NFR framework and taxonomy that provides guidance around the modelling phase for the NFRs Coverage of 24 critical and pivotal NFRs, including the analysis, architecture, and assessment. Who This Book Is For The primary audience for this title are the gamut of roles starting from IT consultant to chief architects who are responsible to deliver strategic, tactical, and operational engagements for fortune 100 customers worldwide. Nonfunctional requirements are the key to any software / IT program. They cannot be overlooked or ignored. The book provides a comprehensive approach from analysis, architecture, and measurement of nonfunctional requirements. The book includes considerations for bespoke (Java, .Net, and COTS applications). These are applicable to IT applications from various domains. The book outlines the methodology for capturing the NFRs and also describes a framework that can be leveraged by analysts and architects for tackling NFRs for various engagements. The audience for this book include business analysts, enterprise architects, business architects, solution architects, technical architects/designers, domain/security/integration architects, software developers, support engineers and test engineers, technical project managers, project leads/technical leads/technical project managers, and students from the computer science/IT stream What You Will Learn Learn techniques related to the analysis, architecture, and monitoring of NFRs Understand the various tools, techniques, and processes in order to improve the overall quality of the desired outcomes Embrace the best practices of architecting, metrics, and success factors for NFRs Identify the common pitfalls to be avoided and the patterns to leverage Understand taxonomy and framework for NFRs Learn the design guidelines for architecting applications and systems relating to NFRs Abstract different methodologies to analyze and gather NFRs In Detail Non-functional Requirements are key to any software/IT program and cannot be overlooked or ignored. This book provides a comprehensive approach to the analysis, architecture, and measurement of NFRs. It includes considerations for bespoke Java, .NET, and COTS applications that are applicable to IT applications/systems in different domains. The book outlines the methodology for capturing the NFRs and also describes a framework that can be leveraged by analysts and architects for tackling NFRs for various engagements. This book starts off by explaining the various KPIs, taxonomies, and methods for identifying NFRs. Learn the design guidelines for architecting applications and systems relating to NFRs and design principles to achieve the desired outcome. We will then move on to various key tiers/layers and patterns pertaining to the business, database, and integrating tiers. After this, we will dive deep into the topics pertaining to techniques related to monitoring and measurement of NFRs, such as sizing, analytical modeling, and quality assurance. Lastly, we end the book by describing some pivotal NFRs and checklists for the software quality attributes related to the business, application, data, and infrastructure domains. Style and approach The book takes a pragmatic approach, describing various techniques related to the analysis of NFRs, the architecture of NFRs, and assessment of NFRs.

Mastering Project Time Management, Cost Control, and Quality Management

Mastering Project Time Management, Cost Control, and Quality Management
Author: Randal Wilson
Publisher: FT Press
Total Pages: 524
Release: 2015-04-23
Genre: Business & Economics
ISBN: 0133840301

Mastering Project Time Management, Cost Control, and Quality Management gives managers powerful insights and tools for addressing the "Triple Constraints" that define virtually every project: time, cost, and quality. This book is part of a new series of seven cutting-edge project management guides for both working practitioners and students. Like all books in this series, it offers deep practical insight into the successful design, management, and control of complex modern projects. Using real case studies and proven applications, expert authors show how multiple functions and disciplines can and must be integrated to achieve a successful outcome. Individually, these books focus on realistic, actionable solutions, not theory. Together, they provide comprehensive guidance for working project managers at all levels, including highly-complex enterprise environments. These books also provide indispensable knowledge for anyone pursuing PMI/PMBOK or PRINCE2 certification, or other accreditation in the field.