Lightweight property-based testing at Row Zero
Row Zero is the world's fastest spreadsheet. It's just like Microsoft Excel or Google Sheets, but 1000x faster. Spreadsheets are a really interesting software domain, because they have a ton of overlapping features. What happens if you enter two numbers into two cells, format the numbers as text, merge them into a single cell, copy paste that merged cell somewhere else, then filter that range by dates in a certain year? The number of feature interactions grows with the square of the number of features. It's not tractable to test them all manually. How can we ensure software quality, then? We lean heavily on lightweight property-based testing. The general form of a property-based test is: There are a few frameworks for doing this. Most can trace their lineage back to Haskell's QuickCheck library. The main thing the frameworks provide is: Additionally, there are frameworks such as AWS's Shuttle library that allow for deterministic replay of concurrent execution order to enable testing fo
Lightweight property-based testing at Row Zero Row Zero is the world's fastest spreadsheet. It's just like Microsoft Excel or Google Sheets, but 1000x faster. Spreadsheets are a really interesting software domain, because they have a ton of overlapping features. What happens if you enter two numbers into two cells, format the numbers as text, merge them into a single cell, copy paste that merged cell somewhere else, then filter that range by dates in a certain year? The number of feature interactions grows with the square of the number of features. It's not tractable to test them all manually.
Explore this link on the map →saved by
related reading
- Introduction to Property Based Testing | by Nicolas Dubien | Criteo Tech Blog | Mediummedium.com
- The sad state of property-based testing librariesstevana.github.io
- Catching bugs with fractional proofs | Theoremtheorem.dev
- Reading 2: Testingweb.mit.edu
- Software Engineering at Googleabseil.io
- Reading 3: Testingweb.mit.edu
- https://danluu.comdanluu.com
- Everything is Fertilenickcammarata.com
- Assessing Claude Mythos Preview’s cybersecurity capabilities \ Anthropicred.anthropic.com
- CSC 151 - Unit Testingeikmeier.sites.grinnell.edu
- Testing robotics systems in fast-paced startups | Michael Jae-Yoon Chungmjyc.github.io
- The Joel Test: 12 Steps to Better Code – Joel on Softwarejoelonsoftware.com