PBT: Write ADR for property-based testing #1987
Labels
scope: ADR
Architecture Decision Records
scope: testing
Code review, testing, making sure the code is following the specification.
Problem
Our current tests on ICS are mostly manually written, which
necessarily means they can only cover scenarios that a human
has come up with.
We want a form of randomized tests that test invariants/correctness properties.
Closing criteria
We have an ADR for the infrastructure for Property-Based Testing.
Problem details
Previous approaches for this problem include difftesting and MBT.
The downside of those approaches is that they need a
re-implementation of the system-under-test.
Instead, we want to do property-based testing, where
only correctness properties have to be written.
The text was updated successfully, but these errors were encountered: