Skip to content

Commit 9a79b2f

Browse files
Update Module 3 and weeks readme.md
1 parent 839e5bc commit 9a79b2f

File tree

9 files changed

+46
-116
lines changed

9 files changed

+46
-116
lines changed
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
# `Module Name`
1+
# TEST MANAGEMENT
22

3-
This module is about `description goes here`
3+
Here you can find course content and assignments for the Practical Test Planning, Agile & Project Management module. This module focuses on applying QA skills in an Agile environment, emphasizing effective planning, documentation, and communication for regular QA work. (Management focus and specific Test Management tools have been removed.)
44

55
## Contents
66

7-
| Week | Topic | Preparation | Session Plan | Assignment |
8-
| ---- | ------------------------------------ | ------------------------------------- | ----------------------------------------------------- | ----------------------------------- |
9-
| 1. | [`Session Title`](./week1/README.md) | [Preparation](./week1/preparation.md) | [Session Plan](./week1/session-plan.md) (for mentors) | [Assignment](./week1/assignment.md) |
7+
| Week | Topic | Preparation | Assignment | Session Plan |
8+
| ---- | ----------------------------------------- | ----------------------------------- | --------------------------------- | ------------------------------------- |
9+
| 1. | Test Planning, Strategy & Scope | [Preparation](week1/preparation.md) | [Assignment](week1/assignment.md) | [Session Plan](week1/session-plan.md) |
10+
| 2. | Agile Testing & Working with User Stories | [Preparation](week2/preparation.md) | [Assignment](week2/assignment.md) | [Session Plan](week2/session-plan.md) |
11+
| 3. | QA Metrics, Reporting & Demo Project Prep | [Preparation](week3/preparation.md) | [Assignment](week3/assignment.md) | [Session Plan](week3/session-plan.md) |
1012

1113
## Module Learning Goals
1214

13-
> [!TIP]
14-
> Learning goals should be a list of outcomes, rather than a list of topics. For example, instead of "Synchronous vs Asynchronous", write something like "Explain the difference between sync and async code execution in JavaScript"
15-
1615
By the end of this module, you will be able to:
1716

18-
- [ ] `[action verb] [specific skill/knowledge]`
19-
20-
## Prerequisites
21-
22-
> [!TIP]
23-
> Some modules build on the learning goals of other modules. If that is the case, link them below. If there are no prerequesites, feel free to remove this section. Note that it is assumed that all foundation modules are a prerequisite of a specialisation course and its modules, so in that case you don't have to write them all out here :-)
24-
25-
You should have completed or understand the learning goals in the following modules before proceeding:
26-
27-
- [`Module Name`](https://example.com)
17+
- [ ] Understand the purpose and structure of a Test Plan and Test Strategy.
18+
- [ ] Define scope, objectives, risks, and environments for testing.
19+
- [ ] Apply practical test case management (grouping, linking, status updates).
20+
- [ ] Implement requirement traceability (requirements → test cases → bugs).
21+
- [ ] Understand Agile principles, Scrum roles, artifacts, and ceremonies.
22+
- [ ] Analyze User Stories and Acceptance Criteria to create effective test cases.
23+
- [ ] Track QA progress and communicate status effectively using QA metrics.
24+
- [ ] Prepare for a demo project by planning scope and team responsibilities.
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# TEST MANAGEMENT, Week 1
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn how to create effective test plans and strategies for real-world projects. We will cover the purpose of a Test Plan and Test Strategy, key sections such as scope, objectives, risks, and test environments, and practical test case management techniques. This week also introduces requirement traceability to ensure complete coverage from requirements to test cases and defects.
44

55
## Contents
66

@@ -10,9 +10,10 @@ This session is about `description goes here`
1010

1111
## Session Learning Goals
1212

13-
> [!TIP]
14-
> Learning goals specific to this session. These should be a subset of the module's learning goals, and expanded on in more detail if possible.
15-
1613
By the end of this session, you will be able to:
1714

18-
- [ ] `[action verb] [specific skill/knowledge]`
15+
- [ ] Understand the purpose and importance of a Test Plan and Test Strategy.
16+
- [ ] Identify key sections of a Test Plan: scope, objectives, risks, and environments.
17+
- [ ] Apply practical test case management techniques (grouping, linking, status updates).
18+
- [ ] Implement requirement traceability (requirements → test cases → bugs).
19+
- [ ] Draft a practical Test Plan for a new feature and define the testing scope.
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# TEST MANAGEMENT, Week 2
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn how QA integrates into Agile development processes. We will cover Agile principles, Scrum roles, artifacts, and ceremonies, and explore QA’s responsibilities during sprint planning and estimation. This week emphasizes analyzing User Stories and Acceptance Criteria (AC) to create effective test cases and maintaining continuous testing and feedback throughout the sprint.
44

55
## Contents
66

@@ -10,9 +10,11 @@ This session is about `description goes here`
1010

1111
## Session Learning Goals
1212

13-
> [!TIP]
14-
> Learning goals specific to this session. These should be a subset of the module's learning goals, and expanded on in more detail if possible.
15-
1613
By the end of this session, you will be able to:
1714

18-
- [ ] `[action verb] [specific skill/knowledge]`
15+
- [ ] Understand Agile principles and Scrum framework (roles, artifacts, ceremonies).
16+
- [ ] Identify QA’s role in Agile teams, including sprint planning and estimation.
17+
- [ ] Analyze User Stories and Acceptance Criteria to derive test scenarios.
18+
- [ ] Create detailed manual test cases based on ACs.
19+
- [ ] Track test case status during a simulated sprint.
20+
- [ ] Apply continuous testing and feedback practices in Agile workflows.
Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# TEST MANAGEMENT, Week 3
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn how to measure QA effectiveness using key metrics and communicate testing progress clearly to stakeholders. We will cover common QA metrics for a feature, reporting best practices, and review all manual and automation topics covered so far. This week also includes planning for the final demo project, defining scope, and organizing teams.
44

55
## Contents
66

@@ -10,9 +10,19 @@ This session is about `description goes here`
1010

1111
## Session Learning Goals
1212

13-
> [!TIP]
14-
> Learning goals specific to this session. These should be a subset of the module's learning goals, and expanded on in more detail if possible.
15-
1613
By the end of this session, you will be able to:
1714

18-
- [ ] `[action verb] [specific skill/knowledge]`
15+
- [ ] Understand common QA metrics:
16+
- [ ] Test coverage
17+
- [ ] Pass/fail rate
18+
- [ ] Defect density
19+
- [ ] Create clear QA status reports and communicate progress effectively.
20+
- [ ] Review manual and automation concepts from previous modules.
21+
- [ ] Define demo project scope and team responsibilities.
22+
- [ ] Prepare a QA metrics sheet and reporting template for real-world use.
23+
- [ ] Plan and set up teams for the final project.
24+
25+
## Hands-on Activity
26+
27+
- [ ] Create a QA status report and metrics sheet for a past week’s testing.
28+
- [ ] Collaborate with peers to plan demo project scope and team setup.

courses/qa/test-management/week4/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

courses/qa/test-management/week4/assignment.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

courses/qa/test-management/week4/preparation.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

courses/qa/test-management/week4/session-materials/example-session-material.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

courses/qa/test-management/week4/session-plan.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)