Property-based testing verifies that code satisfies general properties or invariants for a wide range of automatically generated inputs, rather than testing specific examples. This approach finds edge cases and bugs that example-based tests often miss.
See also: test-data-generation, mutation-testing, continuous-testing for comprehensive testing strategies.
Progetta test basati sulle proprietà che verificano che le proprietà del codice siano valide per tutti gli input utilizzando la generazione automatica dei test case. Utilizzare per test basati su proprietà, QuickCheck, ipotesi, test generativi e verifiche invarianti. 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 property-based-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