Mastering Software Testing with JUnit 5: Comprehensive guide to develop high quality Java applications
โ Scribed by Boni Garcia
- Publisher
- Packt Publishing
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Key Features
- 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
Book Description
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.
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
About the Author
Boni Garcia has a PhD degree on Information and Communications Technology from Technical University of Madrid (UPM) in Spain since 2011. Currently he works as a Researcher at King Juan Carlos University (URJC) and Assistant Professor at Digital Art and Technology University (U-tad) in Spain. He is member of Kurento project, where he is in charge of the testing framework for WebRTC applications. He participates in the coordination of the ElasTest project, an elastic platform aimed to ease end-to-end testing. Boni is an active member on the free open source software (FOSS) community with big emphasis on software testing and web engineering. Among other, he owns the open source projects WebDriverManager and selenium-jupiter (JUnit 5 extension for Selenium).
Table of Contents
- Retrospective on software quality and Java testing
- What's new in JUnit 5
- JUnit 5 standard tests
- Simplifying testing with advanced JUnit features
- Integration of JUnit 5 with external frameworks
- From requirements to test cases
- Testing management
๐ SIMILAR VOLUMES
JUnit has matured to become the most important tool when it comes to automated developer tests in Java. Supported by all IDEs and build systems, it empowers programmers to deliver software features reliably and efficiently. However, writing good unit tests is a skill that needs to be learned; otherw
<p>Explore the new way of building and maintaining test cases with Java test driven development (TDD) using JUnit 5. This book doesn't just talk about the new concepts, it shows you ways of applying them in TDD and Java 8 to continuously deliver code that excels in all metrics. <br/><br/>Unit testin
<p>This is the only book to explore unit testing as a language-independent, standalone development methodology. It covers the theory and methodology of unit test frameworks, offers instruction in unit test development, provides useful code examples in both Java and C++, and details the most commonly
Take your Java programming skills to the next level and learn to overcome real-world challenges to optimize application performance Key Features Leverage key features of the Java Virtual Machine to maximize runtime performance Unlock optimization strategies to effectively manage objects and mem
Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Diving into Express; The best parts of Express; Comparing Express with other frameworks; Goal; Conventions; Databases; Views; Overall; Use cases; Complex applications with heavy