What's the latest in #PropertyTesting #Flutter apps?
pub.dev/packages/pro...?
github.com/kindone/dart...?
github.com/szktty/kiri-...?
seems like is the way for most tests: dart.dev/tools/testing
#iOS #Android #AppDev
Latest posts tagged with #PropertyTesting on Bluesky
What's the latest in #PropertyTesting #Flutter apps?
pub.dev/packages/pro...?
github.com/kindone/dart...?
github.com/szktty/kiri-...?
seems like is the way for most tests: dart.dev/tools/testing
#iOS #Android #AppDev
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
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 😄
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
Why #PropertyTesting Finds Bugs #UnitTesting Does Not
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
Diagram showing Idempotency
#PropertyTesting Pattern: Some things never change
Examples:
- Adding the same permissions to a user
- Removing a user from a group
- Changing a user preference
Diagram showing that applying the inverse of a function gives you the original.
#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
#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
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