|
1 | | -# `Module Name` |
| 1 | +# TEST MANAGEMENT |
2 | 2 |
|
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.) |
4 | 4 |
|
5 | 5 | ## Contents |
6 | 6 |
|
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) | |
10 | 12 |
|
11 | 13 | ## Module Learning Goals |
12 | 14 |
|
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 | | -
|
16 | 15 | By the end of this module, you will be able to: |
17 | 16 |
|
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. |
0 commit comments