Skip to main content
All tracks
Track 06

Testing

Write test suites for real code, find gaps in coverage, and debug intentionally broken implementations by writing tests. You bring the tests, the problems bring the bugs.

0 / 3 solved
Module 01seeded2/3

Pure Function Testing

edge cases, boundary conditions, null/zero/negative

1
Problem 22·Pure Function Testing
Write Tests for a Currency Amount Formatter
Problem 41·Pure Function Testing
Write Tests for a Currency Exchange Calculator
medium
Module 05seeded1/3

API / Integration Testing

mocking, contract testing, error paths

Problem 26·API / Integration Testing
Write Tests for an API Client
medium