-
Notifications
You must be signed in to change notification settings - Fork 8
Add contents to QA README files #233
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
adamblanchard
merged 10 commits into
HackYourFuture-CPH:main
from
GayathriVenkatraman:qa-readme
Dec 15, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c358e51
update qa-readme
GayathriVenkatraman 4b4a064
Update Module 1 - Basics of Testing - Readme
GayathriVenkatraman dcf619b
Update Module-1 Week 1 ReadMe
GayathriVenkatraman 72e2924
Update Lint fix
GayathriVenkatraman e5dbc12
Update Module 1 week2, week3 and week4 readme.md
GayathriVenkatraman f1ccb4a
Update Module 2 and weeks readme.md
GayathriVenkatraman 839e5bc
Update Lint Fix
GayathriVenkatraman 9a79b2f
Update Module 3 and weeks readme.md
GayathriVenkatraman 8714799
Update QA Track Career Session readme.md
GayathriVenkatraman e207f35
Update Final Demo Project readme.md
GayathriVenkatraman 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
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 |
|---|---|---|
| @@ -1,27 +1,24 @@ | ||
| # `Module Name` | ||
| # BASICS OF TESTING | ||
|
|
||
| This module is about `description goes here` | ||
| Here you can find course content and the assignments for the Basics of Testing module. This module basically focus on Establishing the core QA mindset and foundational concepts. | ||
|
|
||
| ## 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) | | ||
| | Week | Topic | Preparation | Assignment | Session Plan | | ||
| | ---- | ------------------------------------------- | ----------------------------------- | --------------------------------- | ------------------------------------- | | ||
| | 1. | Introduction to QA and Software Development | [Preparation](week1/preparation.md) | [Assignment](week1/assignment.md) | [Session Plan](week1/session-plan.md) | | ||
| | 2. | Testing Fundamentals | [Preparation](week2/preparation.md) | [Assignment](week2/assignment.md) | [Session Plan](week2/session-plan.md) | | ||
| | 3. | Bug Life Cycle & Defect Reporting | [Preparation](week3/preparation.md) | [Assignment](week3/assignment.md) | [Session Plan](week3/session-plan.md) | | ||
| | 4. | Test Design Basics | [Preparation](week4/preparation.md) | [Assignment](week4/assignment.md) | [Session Plan](week4/session-plan.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) | ||
| - [ ] Understand what QA is and why it matters | ||
| - [ ] Learn SDLC models (Waterfall vs Agile) and QA’s role in them | ||
| - [ ] Explore functional vs non-functional testing and levels of testing | ||
| - [ ] Understand defect life cycle, severity vs priority, and how to report bugs | ||
| - [ ] Get familiar with JIRA for defect tracking | ||
| - [ ] Learn test case design and techniques like Equivalence Partitioning & Boundary Value Analysis | ||
| - [ ] Practice writing clear bug reports and effective test cases |
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
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
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
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
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 |
|---|---|---|
| @@ -1,27 +1,22 @@ | ||
| # `Module Name` | ||
| # Career Training | ||
|
|
||
| This module is about `description goes here` | ||
| Welcome to your Career Sessions! | ||
|
|
||
| ## Contents | ||
| In this session, trainees will focus on preparing for their next steps after completing the QA program. We will cover HYF HR recommendations for creating an effective CV, explore networking opportunities in the QA and tech industry, and conclude with a certificate ceremony to celebrate achievements. | ||
|
|
||
| | 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) | | ||
| | Week | Topic | Preparation | Session Plan | Assignment | | ||
| | ---- | ---------------------------------------------------- | ------------------------------------- | --------------------------------------- | ------------------------ | | ||
| | 1. | [Intro to The Danish Job Market](./week1/README.md). | [Preparation](./week1/preparation.md) | [Session Plan](./week1/session-plan.md) | (There is no assignment) | | ||
|
|
||
| ## Module Learning Goals | ||
| ## 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 the three Career Sessions, you should be able to: | ||
|
|
||
| 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) | ||
| - [ ] Understand where to look for suitable jobs and internships. | ||
| - [ ] Understand what you should do in order to be an attractive candidate on the Danish - job market. | ||
| - [ ] Learn how to identify and communicate your competencies. | ||
| - [ ] Understand what HYF can do to support you on your job hunt. | ||
| - [ ] Know how to assemble an effective CV. | ||
| - [ ] Know how to make your LinkedIn page attractive to recruiters. | ||
| - [ ] Learn how to perform well in a screening interview. | ||
| - [ ] How to handle Job Rejection and Job Anxiety |
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
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,20 @@ | ||
| # FINAL DEMO PROJECT | ||
|
|
||
| Welcome to your final project! Here you can learn more about the goals and requirements of this final module. | ||
|
|
||
| ## Key Activities | ||
|
|
||
| - [ ] Analyze requirements and define testing scope. | ||
| - [ ] Create and execute detailed manual test cases. | ||
| - [ ] Report defects in JIRA. | ||
| - [ ] Automate UI tests using Playwright with POM structure. | ||
| - [ ] Run Accessibility checks using Axe-core and Lighthouse performance audits. | ||
| - [ ] Collect QA metrics and prepare a summary report. | ||
|
|
||
| ## Deliverables | ||
|
|
||
| ✅ Test Plan & Detailed Test Cases | ||
| ✅ Bug Reports in JIRA | ||
| ✅ Playwright Automation Suite (including accessibility checks) | ||
| ✅ Lighthouse/Performance Snapshot | ||
| ✅ QA Summary Report & Team Presentation |
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.
Uh oh!
There was an error while loading. Please reload this page.