Skip to content

Resources: Module 01 — Introduction to QA and Testing

Verified, high-quality resources specifically relevant to this module's content.


Essential Reading


Books

  • [Verify: "Test-Driven Development: By Example" by Kent Beck — confirm current edition and ISBN before publishing] — The original TDD book. Chapter 1 is relevant to this module. Short and highly readable.

  • [Verify: "Growing Object-Oriented Software, Guided by Tests" by Steve Freeman and Nat Pryce — confirm current edition before publishing] — Chapters 1–2 cover the philosophical foundation of testing-driven design.


Articles


Videos


Tools Used in This Module

  • pytestpip install pytest — Python test framework
  • Jestnpm install --save-dev jest — JavaScript test framework

Further Exploration (After This Module)