initial commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
---
|
||||
certificate_type: tea-academy-completion
|
||||
user: { { user_name } }
|
||||
role: { { role } }
|
||||
completion_date: { { completion_date } }
|
||||
started_date: { { started_date } }
|
||||
total_duration: { { total_duration } }
|
||||
average_score: { { average_score } }
|
||||
---
|
||||
|
||||
# 🏆 TEA Academy Completion Certificate
|
||||
|
||||
---
|
||||
|
||||
## Certificate of Completion
|
||||
|
||||
**This certifies that**
|
||||
|
||||
## {{user_name}}
|
||||
|
||||
**has successfully completed the TEA Academy testing curriculum**
|
||||
|
||||
---
|
||||
|
||||
### Program Details
|
||||
|
||||
**Role:** {{role}}
|
||||
**Started:** {{started_date}}
|
||||
**Completed:** {{completion_date}}
|
||||
**Total Duration:** {{total_duration}}
|
||||
**Average Score:** {{average_score}}/100
|
||||
|
||||
---
|
||||
|
||||
### Sessions Completed
|
||||
|
||||
✅ **Session 1:** Quick Start (30 min) - Score: {{session_01_score}}
|
||||
✅ **Session 2:** Core Concepts (45 min) - Score: {{session_02_score}}
|
||||
✅ **Session 3:** Architecture & Patterns (60 min) - Score: {{session_03_score}}
|
||||
✅ **Session 4:** Test Design (60 min) - Score: {{session_04_score}}
|
||||
✅ **Session 5:** ATDD & Automate (60 min) - Score: {{session_05_score}}
|
||||
✅ **Session 6:** Quality & Trace (45 min) - Score: {{session_06_score}}
|
||||
✅ **Session 7:** Advanced Patterns (ongoing) - Score: {{session_07_score}}
|
||||
|
||||
---
|
||||
|
||||
### Skills Acquired
|
||||
|
||||
{{user_name}} has demonstrated proficiency in:
|
||||
|
||||
- ✅ **Testing Fundamentals:** Risk-based testing, test pyramid, test types
|
||||
- ✅ **TEA Methodology:** 9 workflows, engagement models, quality standards
|
||||
- ✅ **Architecture Patterns:** Fixtures, network-first patterns, data factories
|
||||
- ✅ **Test Design:** Risk assessment, coverage planning, P0-P3 prioritization
|
||||
- ✅ **Test Development:** ATDD red-green approach, test automation
|
||||
- ✅ **Quality Assurance:** Test review, traceability, NFR assessment
|
||||
- ✅ **Advanced Techniques:** 35 knowledge fragments explored
|
||||
|
||||
---
|
||||
|
||||
### Learning Artifacts
|
||||
|
||||
All session notes and progress tracking available at:
|
||||
`{{artifacts_path}}`
|
||||
|
||||
---
|
||||
|
||||
### Next Steps
|
||||
|
||||
**Recommended Actions:**
|
||||
|
||||
1. Apply TEA principles to current project
|
||||
2. Run TEA workflows (Framework, Test Design, ATDD, Automate)
|
||||
3. Share knowledge with team members
|
||||
4. Continue exploring knowledge fragments as needed
|
||||
5. Contribute to TEA methodology improvements
|
||||
|
||||
---
|
||||
|
||||
**Generated by:** TEA Academy - Teach Me Testing Workflow
|
||||
**Module:** Test Architecture Enterprise (TEA)
|
||||
**Website:** <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
|
||||
|
||||
---
|
||||
|
||||
🧪 **Master Test Architect and Quality Advisor**
|
||||
Reference in New Issue
Block a user