On getting started with mutation testing
An introduction to mutation testing, a technique for evaluating the quality and trustworthiness of automated test suites by deliberately injecting faults.
An introduction to mutation testing, a technique for evaluating the quality and trustworthiness of automated test suites by deliberately injecting faults.
Angular v21's switch to Vitest now includes HTML templates in test coverage, forcing developers to rethink component testing strategies.
Guide to setting up test coverage in multi-module Android projects using JaCoCo and Kover, with integration to SonarCloud.
A technical guide on measuring test coverage for Rust projects using llvm-profdata and llvm-cov tools.
Explains how to achieve test coverage for Go integration tests using Go 1.20 features, focusing on a network emulation tool.
A developer shares insights on writing effective unit tests for React applications, covering coverage, test failures, and behavior over implementation.
A developer discusses challenging management's demand for 100% test coverage, arguing it leads to meaningless tests and suggesting direct communication as a solution.
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.
A guide on shifting testing focus from code coverage to use case coverage to build confidence in applications.