#propertytesting
Really enjoyed this talk by @harrisongoldste.in that demonstrates inventive uses of the #LeanLang InfoView enhanced by metaprogramming techniques to display real-time testing data.

#LeanProver #Metaprogramming #VSCode #PropertyTesting
June 30, 2025 at 9:14 PM
Quantum computers achieve exponential speedup for testing Fourier dimensionality using O(k/√ε) queries versus Ω(2^(k/2)) classically. Demonstrates quantum advantage on a natural, efficiently testable problem—not a contrived one.

#QuantumAdvantage #PropertyTesting #Research
Exponential Quantum Advantage in Testing Fourier Dimensionality
arxiv.org
September 23, 2026 at 3:20 AM
August 1, 2026 at 11:45 PM
Alright fuzzing friends-

good time to reconnect and help each other fuzz harder better faster stronger

Reply with how long you’ve been fuzzing, preferred fuzzing framework, how you approach writing a harness and validating results

#Fuzzing #PropertyTesting to help find each other
January 29, 2026 at 3:51 AM
August 2, 2026 at 12:15 AM
Upcoming speaking engagements:

Devoxx Belgium (devoxx.be): "Kill All Mutants! (Intro to Mutation Testing)"

NDC London (ndclondon.com): "From Examples to Exhaustive: Intro to Property-Based Testing"

#conferencespeaking #conferences #testing #softwaretesting #mutationtesting #propertytesting
Devoxx Belgium – A Developer Community Event
Join 20,000+ developers at Devoxx Belgium. Explore AI Agents, Java 25, and cutting-edge tech. Annual conference in Antwerp with talks, demos, and networking.
devoxx.be
September 16, 2026 at 3:23 PM
Property-based testing keeps losing the argument for stateless CRUD but keeps winning for parsers config validators and anything with combinatorial input space. Choose the technique per surface
#PropertyTesting #Testing #QA
August 20, 2026 at 4:22 AM
Quantum algorithms achieve quadratic speedups for testing mean similarity across multiple distributions, with proven complexity bounds demonstrating optimality in both query and sampling models.

#QuantumAlgorithms #PropertyTesting #Research
Quantum Speedups for Testing Similar Means
arxiv.org
August 4, 2026 at 9:23 AM
Sublinear algorithms: process massive datasets faster by reading only a fraction of input data
https://people.csail.mit.edu/ronitt/sublinear.html
#algorithms #bigdata #optimization #computationalefficiency #propertytesting
February 24, 2025 at 1:23 PM
#PropertyTesting Pattern: Some things never change

Examples:

- Adding the same permissions to a user
- Removing a user from a group
- Changing a user preference
February 20, 2025 at 3:08 PM
#PropertyTesting Pattern: There and back again

Examples:

- Serializing and deserializing
- Toggling preferences / settings
- Writing and deleting an object from storage
- Adding and removing a fixed value from a Number
February 19, 2025 at 3:13 PM
#PropertyTesting Pattern: Different paths, same destination

If order truly doesn't matter, you should confirm that. Notable examples:

- Adding items in a cart (esp w/ & w/o sales)
- Changing user permissions
- Adding data sources
February 18, 2025 at 2:21 PM
If you're looking at putting #propertytesting into practice and drawing a blank once you open VSCode, this is the best article for direct help.

https://buff.ly/4b6cPSv

I'll dive deeper into it over the week, because the patterns apply to services instead of just functions.

#testing
Choosing properties for property-based testing
Or, I want to use PBT, but I can never think of any properties to use
buff.ly
February 17, 2025 at 3:23 PM
Made bsky.app/profile/did:... so you can keep your pulse on what's happening with #fuzzing and #PropertyTesting on bsky 💖

it currently sees 4 posts, let's see if this one shows up in it 😄
January 27, 2026 at 1:40 AM