-
Notifications
You must be signed in to change notification settings - Fork 9
QA track #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
QA track #215
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Quality Assurance | ||
|
|
||
| Our QA Tech Track offers a comprehensive 12-week training program designed to equip aspiring quality assurance professionals with both practical skills and industry-aligned knowledge. | ||
|
|
||
| ## Modules | ||
|
|
||
| | Name | Weeks | | ||
| | ------------------------------------------------------------ | ----- | | ||
| | [Basics Of Testing](/courses/qa/basics-of-testing/README.md) | 5 | | ||
| | [Test Automation](/courses/qa/test-automation/README.md) | 5 | | ||
| | [Test Management](/courses/qa/test-management/README.md) | 4 | | ||
| | [Career Training](/courses/qa/career-training/README.md) | 1 | | ||
|
|
||
| Total: 15 weeks | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # `Module Name` | ||
|
|
||
| This module is about `description goes here` | ||
|
|
||
| ## Contents | ||
|
|
||
| | Week | Topic | Preparation | Session Plan | Assignment | | ||
| | ---- | ------------------------------------ | ------------------------------------- | ----------------------------------------------------- | ----------------------------------- | | ||
| | 1. | [`Session Title`](./week1/README.md) | [Preparation](./week1/preparation.md) | [Session Plan](./week1/session-plan.md) (for mentors) | [Assignment](./week1/assignment.md) | | ||
|
|
||
| ## Module Learning Goals | ||
|
|
||
| > [!TIP] | ||
| > 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" | ||
|
|
||
| By the end of this module, you will be able to: | ||
|
|
||
| - [ ] `[action verb] [specific skill/knowledge]` | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| > [!TIP] | ||
| > 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 :-) | ||
|
|
||
| You should have completed or understand the learning goals in the following modules before proceeding: | ||
|
|
||
| - [`Module Name`](https://example.com) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # `Session Name` (Week `X`) | ||
|
|
||
| This session is about `description goes here` | ||
|
|
||
| ## Contents | ||
|
|
||
| - [Preparation](./preparation.md) | ||
| - [Session Plan](./session-plan.md) (for mentors) | ||
| - [Assignment](./assignment.md) | ||
|
|
||
| ## Session Learning Goals | ||
|
|
||
| > [!TIP] | ||
| > 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. | ||
|
|
||
| By the end of this session, you will be able to: | ||
|
|
||
| - [ ] `[action verb] [specific skill/knowledge]` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Assignment | ||
|
|
||
| > [!TIP] | ||
| > The type of assignment you write will vary a lot depending on the module. But either way, all of the set up, instructions and tips should be captured in here. | ||
|
|
||
| `Content goes here...` | ||
|
|
||
| ## Optional Tasks/Assignments | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra tasks for the assignment, or additional assignments, that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Preparation | ||
|
|
||
| ## Reading List | ||
|
|
||
| > [!TIP] | ||
| > If you have some great external resources, you might want to create an external reading list for trainees to go through before the session. | ||
|
|
||
| Read/watch through this list of content before you come to the session: | ||
|
|
||
| - [`Title`](https://example.com/) by `Author` | ||
|
|
||
| ## `Topic` | ||
|
|
||
| > [!TIP] | ||
| > Additionally, or instead of, you may wish to write your own pre-reading content. Be sure to keep it clear, consice, related to the learning goals - and think about using images and diagrams to make it easier to digest. | ||
|
|
||
| `Content goes here...` |
6 changes: 6 additions & 0 deletions
6
courses/qa/basics-of-testing/week1/session-materials/example-session-material.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Example Session Material | ||
|
|
||
| > [!TIP] | ||
| > This could be a markdown file, or pdf, link to google slides, or whatever format was used for the material. Be sure to include the source, if necessary, so future mentors can iterate on it! | ||
|
|
||
| `Content goes here...` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Session Plan | ||
|
|
||
| > [!TIP] | ||
| > The session plan is written to guide the mentor to prepare and run the session. Of course, trainees may come across and read this material. But it should be written as if you're speaking to a mentor. | ||
|
|
||
| ## Session Materials | ||
|
|
||
| > [!TIP] | ||
| > Previously used slides, docs or any other materials that future mentors could get value from should be listed here. If we don't have any (yet), this section can be removed. | ||
|
|
||
| These are some examples of previously created materials by mentors that you can use yourself, or for inspiration. | ||
|
|
||
| - [`Resource Name`, `@author`, `Team X`](https://example.com/) | ||
|
|
||
| ## Session Outline | ||
|
|
||
| > [!TIP] | ||
| > Write a plan for the order of topics, points to cover, examples, timings, exercises and any other useful info to guide the session. | ||
|
|
||
| ## Exercises | ||
|
|
||
| > [!TIP] | ||
| > Exercises might appear inside the Session Outline section if they are tightly integrated into the flow of the session. If you have more like a library of exercises that should be worked through in order, then you could also list them in a separate section here. | ||
|
|
||
| ## Optional Exercises | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra exercises that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # `Session Name` (Week `X`) | ||
|
|
||
| This session is about `description goes here` | ||
|
|
||
| ## Contents | ||
|
|
||
| - [Preparation](./preparation.md) | ||
| - [Session Plan](./session-plan.md) (for mentors) | ||
| - [Assignment](./assignment.md) | ||
|
|
||
| ## Session Learning Goals | ||
|
|
||
| > [!TIP] | ||
| > 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. | ||
|
|
||
| By the end of this session, you will be able to: | ||
|
|
||
| - [ ] `[action verb] [specific skill/knowledge]` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Assignment | ||
|
|
||
| > [!TIP] | ||
| > The type of assignment you write will vary a lot depending on the module. But either way, all of the set up, instructions and tips should be captured in here. | ||
|
|
||
| `Content goes here...` | ||
|
|
||
| ## Optional Tasks/Assignments | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra tasks for the assignment, or additional assignments, that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Preparation | ||
|
|
||
| ## Reading List | ||
|
|
||
| > [!TIP] | ||
| > If you have some great external resources, you might want to create an external reading list for trainees to go through before the session. | ||
|
|
||
| Read/watch through this list of content before you come to the session: | ||
|
|
||
| - [`Title`](https://example.com/) by `Author` | ||
|
|
||
| ## `Topic` | ||
|
|
||
| > [!TIP] | ||
| > Additionally, or instead of, you may wish to write your own pre-reading content. Be sure to keep it clear, consice, related to the learning goals - and think about using images and diagrams to make it easier to digest. | ||
|
|
||
| `Content goes here...` |
6 changes: 6 additions & 0 deletions
6
courses/qa/basics-of-testing/week2/session-materials/example-session-material.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Example Session Material | ||
|
|
||
| > [!TIP] | ||
| > This could be a markdown file, or pdf, link to google slides, or whatever format was used for the material. Be sure to include the source, if necessary, so future mentors can iterate on it! | ||
|
|
||
| `Content goes here...` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Session Plan | ||
|
|
||
| > [!TIP] | ||
| > The session plan is written to guide the mentor to prepare and run the session. Of course, trainees may come across and read this material. But it should be written as if you're speaking to a mentor. | ||
|
|
||
| ## Session Materials | ||
|
|
||
| > [!TIP] | ||
| > Previously used slides, docs or any other materials that future mentors could get value from should be listed here. If we don't have any (yet), this section can be removed. | ||
|
|
||
| These are some examples of previously created materials by mentors that you can use yourself, or for inspiration. | ||
|
|
||
| - [`Resource Name`, `@author`, `Team X`](https://example.com/) | ||
|
|
||
| ## Session Outline | ||
|
|
||
| > [!TIP] | ||
| > Write a plan for the order of topics, points to cover, examples, timings, exercises and any other useful info to guide the session. | ||
|
|
||
| ## Exercises | ||
|
|
||
| > [!TIP] | ||
| > Exercises might appear inside the Session Outline section if they are tightly integrated into the flow of the session. If you have more like a library of exercises that should be worked through in order, then you could also list them in a separate section here. | ||
|
|
||
| ## Optional Exercises | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra exercises that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # `Session Name` (Week `X`) | ||
|
|
||
| This session is about `description goes here` | ||
|
|
||
| ## Contents | ||
|
|
||
| - [Preparation](./preparation.md) | ||
| - [Session Plan](./session-plan.md) (for mentors) | ||
| - [Assignment](./assignment.md) | ||
|
|
||
| ## Session Learning Goals | ||
|
|
||
| > [!TIP] | ||
| > 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. | ||
|
|
||
| By the end of this session, you will be able to: | ||
|
|
||
| - [ ] `[action verb] [specific skill/knowledge]` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Assignment | ||
|
|
||
| > [!TIP] | ||
| > The type of assignment you write will vary a lot depending on the module. But either way, all of the set up, instructions and tips should be captured in here. | ||
|
|
||
| `Content goes here...` | ||
|
|
||
| ## Optional Tasks/Assignments | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra tasks for the assignment, or additional assignments, that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Preparation | ||
|
|
||
| ## Reading List | ||
|
|
||
| > [!TIP] | ||
| > If you have some great external resources, you might want to create an external reading list for trainees to go through before the session. | ||
|
|
||
| Read/watch through this list of content before you come to the session: | ||
|
|
||
| - [`Title`](https://example.com/) by `Author` | ||
|
|
||
| ## `Topic` | ||
|
|
||
| > [!TIP] | ||
| > Additionally, or instead of, you may wish to write your own pre-reading content. Be sure to keep it clear, consice, related to the learning goals - and think about using images and diagrams to make it easier to digest. | ||
|
|
||
| `Content goes here...` |
6 changes: 6 additions & 0 deletions
6
courses/qa/basics-of-testing/week3/session-materials/example-session-material.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Example Session Material | ||
|
|
||
| > [!TIP] | ||
| > This could be a markdown file, or pdf, link to google slides, or whatever format was used for the material. Be sure to include the source, if necessary, so future mentors can iterate on it! | ||
|
|
||
| `Content goes here...` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Session Plan | ||
|
|
||
| > [!TIP] | ||
| > The session plan is written to guide the mentor to prepare and run the session. Of course, trainees may come across and read this material. But it should be written as if you're speaking to a mentor. | ||
|
|
||
| ## Session Materials | ||
|
|
||
| > [!TIP] | ||
| > Previously used slides, docs or any other materials that future mentors could get value from should be listed here. If we don't have any (yet), this section can be removed. | ||
|
|
||
| These are some examples of previously created materials by mentors that you can use yourself, or for inspiration. | ||
|
|
||
| - [`Resource Name`, `@author`, `Team X`](https://example.com/) | ||
|
|
||
| ## Session Outline | ||
|
|
||
| > [!TIP] | ||
| > Write a plan for the order of topics, points to cover, examples, timings, exercises and any other useful info to guide the session. | ||
|
|
||
| ## Exercises | ||
|
|
||
| > [!TIP] | ||
| > Exercises might appear inside the Session Outline section if they are tightly integrated into the flow of the session. If you have more like a library of exercises that should be worked through in order, then you could also list them in a separate section here. | ||
|
|
||
| ## Optional Exercises | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra exercises that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # `Session Name` (Week `X`) | ||
|
|
||
| This session is about `description goes here` | ||
|
|
||
| ## Contents | ||
|
|
||
| - [Preparation](./preparation.md) | ||
| - [Session Plan](./session-plan.md) (for mentors) | ||
| - [Assignment](./assignment.md) | ||
|
|
||
| ## Session Learning Goals | ||
|
|
||
| > [!TIP] | ||
| > 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. | ||
|
|
||
| By the end of this session, you will be able to: | ||
|
|
||
| - [ ] `[action verb] [specific skill/knowledge]` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Assignment | ||
|
|
||
| > [!TIP] | ||
| > The type of assignment you write will vary a lot depending on the module. But either way, all of the set up, instructions and tips should be captured in here. | ||
|
|
||
| `Content goes here...` | ||
|
|
||
| ## Optional Tasks/Assignments | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra tasks for the assignment, or additional assignments, that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Preparation | ||
|
|
||
| ## Reading List | ||
|
|
||
| > [!TIP] | ||
| > If you have some great external resources, you might want to create an external reading list for trainees to go through before the session. | ||
|
|
||
| Read/watch through this list of content before you come to the session: | ||
|
|
||
| - [`Title`](https://example.com/) by `Author` | ||
|
|
||
| ## `Topic` | ||
|
|
||
| > [!TIP] | ||
| > Additionally, or instead of, you may wish to write your own pre-reading content. Be sure to keep it clear, consice, related to the learning goals - and think about using images and diagrams to make it easier to digest. | ||
|
|
||
| `Content goes here...` |
6 changes: 6 additions & 0 deletions
6
courses/qa/basics-of-testing/week4/session-materials/example-session-material.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Example Session Material | ||
|
|
||
| > [!TIP] | ||
| > This could be a markdown file, or pdf, link to google slides, or whatever format was used for the material. Be sure to include the source, if necessary, so future mentors can iterate on it! | ||
|
|
||
| `Content goes here...` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Session Plan | ||
|
|
||
| > [!TIP] | ||
| > The session plan is written to guide the mentor to prepare and run the session. Of course, trainees may come across and read this material. But it should be written as if you're speaking to a mentor. | ||
|
|
||
| ## Session Materials | ||
|
|
||
| > [!TIP] | ||
| > Previously used slides, docs or any other materials that future mentors could get value from should be listed here. If we don't have any (yet), this section can be removed. | ||
|
|
||
| These are some examples of previously created materials by mentors that you can use yourself, or for inspiration. | ||
|
|
||
| - [`Resource Name`, `@author`, `Team X`](https://example.com/) | ||
|
|
||
| ## Session Outline | ||
|
|
||
| > [!TIP] | ||
| > Write a plan for the order of topics, points to cover, examples, timings, exercises and any other useful info to guide the session. | ||
|
|
||
| ## Exercises | ||
|
|
||
| > [!TIP] | ||
| > Exercises might appear inside the Session Outline section if they are tightly integrated into the flow of the session. If you have more like a library of exercises that should be worked through in order, then you could also list them in a separate section here. | ||
|
|
||
| ## Optional Exercises | ||
|
|
||
| > [!TIP] | ||
| > If you have some extra exercises that trainees can complete if they finish the rest, or want to push themselves, include them in this optional section. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
12 weeks here, 15 at the bottom of the page. Seems like a mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on fixing this... do we know the number of weeks for sure yet?