Description
Goal: Teach the fundamentals and approaches to testing.
Detailed Content:
-
Why Theory Matters: Mistakes are expensive, so standards are needed.
-
7 Principles of Testing: Example: Testing shows presence of bugs, not their absence.
-
Types of Testing:
-
Functional – Does the feature work as expected?
-
Non-functional – Performance, security, usability.
-
Regression – Did previous features break after a change?
-
Smoke & Sanity – Quick checks.
-
-
Development Methodologies:
-
Waterfall – Old sequential model.
-
Agile – Flexible approach used today.
-
Scrum – Working in sprints.
-
-
SDLC & STLC: Software and testing life cycles, and who does what.





Reviews
There are no reviews yet.