Integration testing validates that different components, modules, or services work correctly together. Unlike unit tests that isolate single functions, integration tests verify the interactions between multiple parts of your system including databases, APIs, external services, and infrastructure.
See also: test-data-generation, mocking-stubbing, continuous-testing skills for related testing patterns.
Progetta e implementa test di integrazione che verificano le interazioni dei componenti, gli endpoint API, le operazioni del database e la comunicazione del servizio esterno. Utilizzare per test di integrazione, test API, test dei componenti end-to-end e convalida del livello di servizio. 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 integration-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