Choorai

Testing Terms Basics

Learn core testing terms before writing or reviewing test code.

Core terms

  • Unit Test: Test a small function/module
  • Integration Test: Test interactions across components
  • E2E Test: Test full user journey
  • Mock: Replace external dependency with fake
  • Assertion: Statement that verifies expected output

Last updated: February 22, 2026 · Version: v0.0.1

Send Feedback

Opens a new issue page with your message.

Open GitHub Issue