- Mastering Software Testing with JUnit 5
- Boni García
- 171字
- 2021-07-02 15:34:28
Summary
Software quality is a key concept in software engineering, since it determines the degree in which a software system meets its requirements and user expectations. Verification and Validation is the name given to set of activities aimed to assess a software system. The goal of V&V is to ensure the quality of a piece of software while reducing the number of defects. The two core activities in V&V are software testing (evaluation of a running piece of software) and static analysis (assessment of software artefacts without its execution).
Automated software testing has experienced biggest advances in the last few decades. In this arena, the JUnit framework has a remarkable position. JUnit was designed to be a unit framework for the JVM. Nowadays, it is a fact that JUnit is the most popular test frameworks in the Java community, providing a comprehensive programming model to create and execute test cases. In the next section, we will discover the features and capabilities provided by the new version of the framework, JUnit 5.
- Building Modern Web Applications Using Angular
- Java 9 Concurrency Cookbook(Second Edition)
- 深入淺出Java虛擬機:JVM原理與實戰
- 區塊鏈架構與實現:Cosmos詳解
- Vue.js入門與商城開發實戰
- 樂學Web編程:網站制作不神秘
- 實戰低代碼
- Linux網絡程序設計:基于龍芯平臺
- Python數據分析(第2版)
- Amazon S3 Cookbook
- The DevOps 2.4 Toolkit
- Big Data Analytics
- 精通Linux(第2版)
- C++20高級編程
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)