Mutation testing assesses test suite quality by introducing small changes (mutations) to source code and verifying that tests fail. If tests don't catch a mutation, it indicates gaps in test coverage or test quality. This technique helps identify weak or ineffective tests.
See also: test-data-generation, continuous-testing, code-metrics-analysis for comprehensive test quality measurement.
Valuta la qualità della suite di test introducendo mutazioni nel codice e verificando che i test le catturino. Utilizzare per test di mutazione, qualità dei test, rilevamento di mutanti, Stryker, PITest e analisi dell'efficacia dei test. Fonte: aj-geddes/useful-ai-prompts.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill mutation-testing Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw