summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9afa2e..9725b34 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@ Capture and communicate acceptance criteria for software and systems,
and how they are verified, in a way that's understood by all project
stakeholders.
+Acceptance criteria are expressed as _scenarios_ in the Cucumber
+given/when/then style:
+
+> given a web site subplot.liw.fi
+> when I retrieve the site front page
+> then it contains "Subplot"
+> and it contains "acceptance criteria"
+
## When all stakeholders really need to understand acceptance criteria