Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Test Frameworks

Test Frameworks

Feb 10, 20261 min read

  • testing
  • frameworks

Test Frameworks

← Back to Unit Testing

Libraries providing test runners, assertions, and organization tools. JUnit (Java), pytest (Python), Jest (JavaScript), Go testing package, RSpec (Ruby). Choice of framework affects test style and available features.

Key Properties

  • Test Runner
  • Assertion Library
  • Test Discovery

Related

  • Assertions (framework feature)

testing frameworks


Graph View

  • Test Frameworks
  • Key Properties
  • Related

Backlinks

  • Unit Testing
  • Assertions

Created with Quartz v4.5.2 © 2026

  • GitHub