Conversation
Week 8 Feedback - Let's Level This UpStatus: Needs completion before grading What's Already Strong 💪
4 Things to Complete1️⃣ Apply TC-LOGIN-001 Format to All Cases (3-4 hrs)TC-LOGIN-001 is exactly what I want to see - detailed steps, specific results, clear preconditions. Problem is, most others are abbreviated. What's missing:
Quick example:
Action: Apply your TC-LOGIN-001 quality across all 60 test cases. 2️⃣ Fix RTM Numbers (30 min)Your RTM claims "60 tests mapped, 0 orphaned" but the table only shows 36. The fix: Add a "Supplementary Tests" section listing the other 24:
Then update summary:
File: 3️⃣ Test Those XSS Payloads (1 hr)You documented XSS payloads in Add 2-3 test cases:
💡 Tip: Copy TC-LOGIN-010 structure and swap SQL → XSS. 4️⃣ Finish Exercise 6 (1 hr)Missing the Quick checklist:
File to create: ✅ Resubmit Checklist
Deadline: Resubmit by Jan 1 (72 hrs) 💬 Real TalkThe skills are there - TC-LOGIN-001, your SQL injection test, and that self-review in Exercise 5 prove it. Now it's about applying that same quality everywhere. Think of this as your portfolio week. When you're interviewing and someone asks "show me a test case you wrote," you want to pull up TC-LOGIN-001 quality, not the abbreviated versions. Get these fixes done and Week 8 becomes one of your strongest submissions (85-90 range). You've got this. Questions? Hit me up. — Alex |
Week 8 Final Review - Strong Finish 💪Grade: 90/100 (A-) What You Nailed ✅All 4 action items completed:
Bonus: You went from 60 → 63 test cases. That SQL + XSS security thinking? Interview gold. The Work
This is portfolio-ready work. You could show TC-LOGIN-010 (SQL) or TC-CHECKOUT-021 (XSS) in an interview right now. Real TalkYou worked through the holidays to get this right. Fixing 60+ test cases over New Year's? That's commitment. The difference between your first submission and these revisions shows growth. You took feedback, applied it everywhere, and shipped quality. That's the mindset. What's NextWeek 9: Agile Testing & BDD (ready when you are)
You leveled up this week. The difference between TC-LOGIN-001 and your first drafts shows you know what quality looks like. Now you're applying it at scale. Merge whenever ready. Let's go Week 9! 🚀 — Alex |
aslavchev
left a comment
There was a problem hiding this comment.
Week 8 approved - all revisions completed successfully. Grade: 90/100 (A-)
- Week 8: Test Case Management ✅ Complete - Grade: 90/100 (A-) - PR #13 merged Jan 4, 2026 - Progress: 8/11 weeks (73%) - Average grade: 83.1/100 (up from 82.1) - Added grade progress bar chart with visual trend
name: 📚 Week Submission
description: Submit your weekly QA Fundamentals work
body:
type: markdown
attributes:
value: |
## Week Submission
Complete all sections below for your weekly submission.
type: dropdown
id: week
attributes:
label: Week Number
options:
- Week 01 - QA Foundations
- Week 02 - Test Levels
- Week 03 - Functional Testing
- Week 04 - Non-Functional Testing
- Week 05 - Test Design (Basic)
- Week 06 - Test Design (Advanced)
- Week 07 - Test Planning
- Week 08 - Test Case Management
- Week 09 - Agile Testing & BDD
- Week 10 - Defect Management
- Week 11 - Python Basics
validations:
required: true
type: input
id: mentee-name
attributes:
label: Mentee Name
placeholder: Your name
validations:
required: true
type: checkboxes
id: deliverables
attributes:
label: Completed Deliverables
options:
- label: All exercises completed
required: true
- label: Test cases written (if applicable)
- label: Bug reports documented (if applicable)
- label: All files in correct location (
mentee-work/week-XX/)required: true
- label: Followed templates from
curriculum/templates/required: true
- label: Reviewed my own work for quality
required: true
type: textarea
id: summary
attributes:
label: Summary of Work
description: Brief description of what you completed this week
placeholder: This week I focused on...
validations:
required: true
type: textarea
id: challenges
attributes:
label: Questions or Challenges
description: Any questions for your mentor or challenges you encountered
placeholder: I struggled with... / I have questions about...
type: textarea
id: learnings
attributes:
label: Key Learnings
description: What were your main takeaways from this week?
placeholder: I learned that...
validations:
required: true
type: input
id: time-tutorial
attributes:
label: Time Spent - Reading Tutorial
description: Hours spent reading tutorial
placeholder: "3"
type: input
id: time-exercises
attributes:
label: Time Spent - Completing Exercises
description: Hours spent on exercises
placeholder: "6"
type: input
id: time-review
attributes:
label: Time Spent - Review & Refinement
description: Hours spent reviewing and refining work
placeholder: "1"
type: input
id: time-total
attributes:
label: Total Time Spent
description: Total hours this week
placeholder: "10"
validations:
required: true
type: dropdown
id: completeness
attributes:
label: Self-Assessment - Completeness
description: Rate 1-5 (1=needs work, 5=excellent)
options:
- "5 - Excellent"
- "4 - Good"
- "3 - Satisfactory"
- "2 - Needs Improvement"
- "1 - Needs Work"
validations:
required: true
type: dropdown
id: quality
attributes:
label: Self-Assessment - Quality
description: Rate 1-5 (1=needs work, 5=excellent)
options:
- "5 - Excellent"
- "4 - Good"
- "3 - Satisfactory"
- "2 - Needs Improvement"
- "1 - Needs Work"
validations:
required: true
type: dropdown
id: critical-thinking
attributes:
label: Self-Assessment - Critical Thinking
description: Rate 1-5 (1=needs work, 5=excellent)
options:
- "5 - Excellent"
- "4 - Good"
- "3 - Satisfactory"
- "2 - Needs Improvement"
- "1 - Needs Work"
validations:
required: true
type: dropdown
id: professionalism
attributes:
label: Self-Assessment - Professionalism
description: Rate 1-5 (1=needs work, 5=excellent)
options:
- "5 - Excellent"
- "4 - Good"
- "3 - Satisfactory"
- "2 - Needs Improvement"
- "1 - Needs Work"
validations:
required: true
type: textarea
id: notes
attributes:
label: Additional Notes
description: Any other information for your mentor
type: checkboxes
id: pre-submit
attributes:
label: Pre-Submission Checklist
options:
- label: All files committed to
mentee-work/week-XX/folderrequired: true
- label: Branch named
week-XX-your-namerequired: true
- label: Commit messages are clear and descriptive
required: true
- label: Reviewed CONTRIBUTING.md guidelines
required: false
- label: Self-reviewed work for quality and completeness
required: true
- label: Ready for mentor feedback
required: true