Skip to content

Commit 905fe40

Browse files
klueless-ioclaude
andcommitted
docs: standardize Story Acceptance Testing naming conventions
- Rename folder: docs/template-development/testing/uat/ → stories/ - Rename 12 files: functional-test-plan-*.md → story-acceptance-test-*.md - Update CLAUDE.md: Change "UAT Testing" to "Story Acceptance Testing" - Update docs/testing/index.md: Fix all paths and terminology references - Update file headers: "User Acceptance Testing (UAT) Plan" → "Story Acceptance Test" Resolves naming inconsistency and aligns terminology with actual purpose: end-of-story validation for template development context. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c9a6d2 commit 905fe40

14 files changed

+58
-52
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,9 @@ When asked about testing or testing-related documentation:
592592
- **Writing tests**: Use `testing-patterns.md`
593593
- **Setup/standards**: Reference `test-strategy-and-standards.md`
594594
595-
2. **Functional/UAT Testing**: Only include UAT files from `docs/testing/uat/` when specifically requested for functional testing
595+
2. **Story Acceptance Testing**: Only include Story Acceptance Test files from `docs/template-development/testing/stories/` when specifically requested for story validation
596596
597-
3. **Key principle**: Technical testing docs are for developers writing/debugging tests. UAT docs are for product validation. Don't mix contexts unless explicitly asked.
597+
3. **Key principle**: Technical testing docs are for developers writing/debugging tests. Story Acceptance Tests are for story completion validation. Don't mix contexts unless explicitly asked.
598598
599599
## File Creation Discovery Protocol
600600

docs/template-development/testing/uat/functional-test-plan-1.2.md renamed to docs/template-development/testing/stories/story-acceptance-test-1.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# User Acceptance Testing (UAT) Plan
1+
# Story Acceptance Test
22

33
## Story 1.2: Basic Next.js App Shell
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/template-development/testing/uat/functional-test-plan-3.1.md renamed to docs/template-development/testing/stories/story-acceptance-test-3.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478

479479
---
480480

481-
**UAT Completion Date**: ****\_\_\_****
482-
**Tested By**: ****\_\_\_****
483-
**Approved By**: ****\_\_\_****
484-
**Notes**: ****\_\_\_****
481+
**UAT Completion Date**: \***\*\_\_\_\*\***
482+
**Tested By**: \***\*\_\_\_\*\***
483+
**Approved By**: \***\*\_\_\_\*\***
484+
**Notes**: \***\*\_\_\_\*\***
File renamed without changes.

0 commit comments

Comments
 (0)