Stefan Genov

  • Map Of Content
  • Structure
Home

❯

Pathways

❯

Forest

❯

Software Engineering Index

❯

Programming Index

❯

Testing

Testing

Jan 11, 20261 min read

parent
Programming Index
state
  • tree
relates
  • Go - Testing
date
2023-06-19
title
Testing

Map Of Content

  • Getting Started
    • Testability
    • Writing Good Tests
  • Methodologies
    • TDD
    • The Humble Object Pattern
  • Types
    • Unit Tests
    • Integration Tests
    • End To End Tests

Structure

Tests usually have a given/when/then structure.

Given certain conditions are met, when a certain action happens, then a certain output is expected.


Graph View

Backlinks

  • How To Learn Any Programming Language
  • Programming Index
  • GitHub
  • sgenov.dev