AI for QA / Quiz

Build the Workflow Test Matrix

Turn a happy-path automation canvas into boundary, failure, side-effect, and replay checks.

Difficulty
Easy
Format
Quiz
Points
100
Estimate
6 min

// MISSION BRIEF

Your Mission

A small n8n automation posts daily failure summaries to a team channel. Convert its exported flow into a compact test matrix that covers inputs, external failures, and repeated delivery rather than stopping at one successful run.

// FIRST CONTACT

Battle teaser

Flow: Schedule Trigger -> HTTP Request /ci/failures -> Aggregate by owner -> Slack. The API fixture returns []. What outcome should be specified?

  1. AAn infinite retry because an empty array is a network error
  2. BA defined no-failures branch with no misleading alert or duplicate side effect
  3. CAutomatic deletion of the workflow
  4. DAt least one invented failure so Slack always receives data
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

workflow-testingn8ntest-strategyai-for-qa