You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

certificate-template.md 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ---
  2. certificate_type: tea-academy-completion
  3. user: { { user_name } }
  4. role: { { role } }
  5. completion_date: { { completion_date } }
  6. started_date: { { started_date } }
  7. total_duration: { { total_duration } }
  8. average_score: { { average_score } }
  9. ---
  10. # 🏆 TEA Academy Completion Certificate
  11. ---
  12. ## Certificate of Completion
  13. **This certifies that**
  14. ## {{user_name}}
  15. **has successfully completed the TEA Academy testing curriculum**
  16. ---
  17. ### Program Details
  18. **Role:** {{role}}
  19. **Started:** {{started_date}}
  20. **Completed:** {{completion_date}}
  21. **Total Duration:** {{total_duration}}
  22. **Average Score:** {{average_score}}/100
  23. ---
  24. ### Sessions Completed
  25. ✅ **Session 1:** Quick Start (30 min) - Score: {{session_01_score}}
  26. ✅ **Session 2:** Core Concepts (45 min) - Score: {{session_02_score}}
  27. ✅ **Session 3:** Architecture & Patterns (60 min) - Score: {{session_03_score}}
  28. ✅ **Session 4:** Test Design (60 min) - Score: {{session_04_score}}
  29. ✅ **Session 5:** ATDD & Automate (60 min) - Score: {{session_05_score}}
  30. ✅ **Session 6:** Quality & Trace (45 min) - Score: {{session_06_score}}
  31. ✅ **Session 7:** Advanced Patterns (ongoing) - Score: {{session_07_score}}
  32. ---
  33. ### Skills Acquired
  34. {{user_name}} has demonstrated proficiency in:
  35. - ✅ **Testing Fundamentals:** Risk-based testing, test pyramid, test types
  36. - ✅ **TEA Methodology:** 9 workflows, engagement models, quality standards
  37. - ✅ **Architecture Patterns:** Fixtures, network-first patterns, data factories
  38. - ✅ **Test Design:** Risk assessment, coverage planning, P0-P3 prioritization
  39. - ✅ **Test Development:** ATDD red-green approach, test automation
  40. - ✅ **Quality Assurance:** Test review, traceability, NFR evidence audit
  41. - ✅ **Advanced Techniques:** 42 knowledge fragments explored
  42. ---
  43. ### Learning Artifacts
  44. All session notes and progress tracking available at:
  45. `{{artifacts_path}}`
  46. ---
  47. ### Next Steps
  48. **Recommended Actions:**
  49. 1. Apply TEA principles to current project
  50. 2. Run TEA workflows (Framework, Test Design, ATDD, Automate)
  51. 3. Share knowledge with team members
  52. 4. Continue exploring knowledge fragments as needed
  53. 5. Contribute to TEA methodology improvements
  54. ---
  55. **Generated by:** TEA Academy - Teach Me Testing Workflow
  56. **Module:** Test Architecture Enterprise (TEA)
  57. **Website:** <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
  58. ---
  59. 🧪 **Master Test Architect and Quality Advisor**