Tag

Mutation Testing

1 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Aug 18, 2023 · Fundamentals

Understanding Mutation Testing with PITest: Concepts, Workflow, and Mutation Types

This article explains mutation testing, its role in assessing test case quality, introduces the Java tool PITest, outlines a step‑by‑step workflow, presents mutation coverage results, and describes common mutation operators such as condition boundary, negated conditionals, and increments.

JavaMutation TestingPITest
0 likes · 5 min read
Understanding Mutation Testing with PITest: Concepts, Workflow, and Mutation Types
Continuous Delivery 2.0
Continuous Delivery 2.0
May 5, 2023 · Information Security

An Introduction to Fuzz Testing and the AFL Workflow

This article explains the fundamentals of fuzz testing, describes its core concepts and step‑by‑step process, compares mutation‑based and generation‑based test case generation algorithms, and details the popular open‑source AFL tool, its workflow, mutation strategies, and practical advantages.

AFLMutation TestingSoftware Security
0 likes · 8 min read
An Introduction to Fuzz Testing and the AFL Workflow
Efficient Ops
Efficient Ops
Sep 27, 2022 · Operations

How a Bank’s DevOps Team Boosted Code Quality with Unit Testing and Automation

The article details how China Construction Bank's software development center enhanced code quality and accelerated delivery by integrating unit testing, test‑driven development, mutation testing, automated test code generation, code‑style scanning, and shared template mechanisms within a mature DevOps pipeline.

AutomationCode ScanningMutation Testing
0 likes · 8 min read
How a Bank’s DevOps Team Boosted Code Quality with Unit Testing and Automation