moodmosaic

Blog

RSS | All Posts

Fuzzing meets property testing

2023-12-15

Modern tools combine coverage-guided exploration with semantic correctness checks, creating hybrid approaches that leverage the best of both fuzzing and property-based testing worlds.

Read more →

Fuzzing in Memory-Safe Languages

2023-10-15

Fuzzing in memory-safe languages has evolved beyond hunting memory corruption to target logic errors, panics, and concurrency bugs while property-based testing provides semantic validation.

Read more →