google/fuzztest
None observed · 2026-09-03
Health v2 · maintenance only
88/100
- Activity 100
- Release rhythm 66
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 118.5
- age_days: 1484
- days_rel: 65
- days_push: 0
- n_releases_24m: 7
Adoption not part of the score
1049 stars · 134 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FuzzTest is a C++ testing framework for writing fuzz tests, which are property-based tests executed with coverage-guided fuzzing under the hood. It combines a rich property-based testing API with a fuzzing engine, succeeding tools like libFuzzer and integrating with GoogleTest.
Use cases
- write property-based tests for C++ code
- find edge-case bugs automatically via fuzzing
- replace libFuzzer fuzz targets with easier fuzz tests
- run fuzz tests alongside GoogleTest unit tests
- test that an API holds a property for all valid inputs
When to choose
- you write C++ and want stronger tests than plain unit tests
- you want coverage-guided fuzzing with a simple testing API
- you already use GoogleTest, Bazel, or CMake
When to avoid
- your project is not in C++
- you only need simple example-based unit tests
- you need fuzzing for languages other than C++
Facets
framework · maturity active
testing fuzzing e2e-testing testing developer-tools security cpp windows cli coverage-guided-fuzzing property-based-testing googletest-integration bazel cmake linux macos
1 source
- readme: https://github.com/google/fuzztest · fetched 2026-09-03 · 64588c81b754
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/fuzztest | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem