Skip to content

Commit e5dbc12

Browse files
Update Module 1 week2, week3 and week4 readme.md
1 parent 72e2924 commit e5dbc12

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# BASICS OF TESTING, Week 2
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn the core principles of software testing and its role in ensuring product quality. We will explore different types of testing, levels of testing, and approaches to executing tests effectively. This week emphasizes understanding functional vs non-functional testing, manual vs automated testing, and how to analyze requirements to define test scenarios.
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+
- [ ] Functional vs Non-functional Testing – Understand the difference and when to apply each.
16+
- [ ] Levels of Testing – Unit, Integration, System, and Acceptance testing explained.
17+
- [ ] Common Testing Types – Smoke, Sanity, Regression, and Exploratory testing.
18+
- [ ] Manual vs Automated Testing – Pros, cons, and when to choose each approach.
19+
- [ ] Analyze Requirements – Learn how to break down simple requirements and define effective test scenarios.
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# BASICS OF TESTING, Week 3
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn how defects are managed throughout their life cycle and how to report them effectively. We will cover the difference between a defect and a bug, explore defect statuses, and understand severity vs priority. This week also introduces best practices for writing clear, reproducible bug reports and provides hands-on experience with JIRA.
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+
- [ ] Defect vs Bug – Understand the terminology and why it matters.
16+
- [ ] Defect Life Cycle – Learn the different statuses and transitions in a defect’s journey.
17+
- [ ] Severity vs Priority – Differentiate between impact and urgency when reporting issues.
18+
- [ ] Writing Effective Bug Reports – Create clear, detailed, and reproducible reports.
19+
- [ ] Introduction to JIRA – Navigate JIRA and practice reporting bugs on a sample web application.
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `Session Name` (Week `X`)
1+
# BASICS OF TESTING, Week 4
22

3-
This session is about `description goes here`
3+
In this session, trainees will learn how to design effective test cases and manage test data. We will cover what a test case is, its structure, and examples of good vs bad test cases. This week also introduces test design techniques such as Equivalence Partitioning and Boundary Value Analysis, which help create efficient and comprehensive test coverage.
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+
- [ ] What is a Test Case – Understand its purpose and importance in testing.
16+
- [ ] Test Case Structure – Learn the essential components and see examples.
17+
- [ ] Good vs Bad Test Cases – Identify characteristics of well-written test cases.
18+
- [ ] Test Data Management – Understand how to organize and maintain test data.
19+
- [ ] Test Design Techniques – Apply Equivalence Partitioning and Boundary Value Analysis.
20+
- [ ] Write Test Cases – Practice writing test cases for login and registration functionality.

0 commit comments

Comments
 (0)