My Toolbox
0 minute read
Published: 2020-11-26
Software Development
TODO
Team Management
Work Planning
Maintenance
Quality Assurance
Requirements level testing
- Behavior-Driven Development
System level testing
- Chaos testing
- https://github.com/vertexclique/kaos
- https://docs.rs/trybuild/1.0.24/trybuild/
Application level testing
- Property-based
- https://crates.io/crates/proptest
- https://crates.io/crates/quickcheck
- Model-based:
- https://crates.io/crates/model
- And some others:
- https://crates.io/crates/fail
- https://jepsen.io/
- https://crates.io/crates/netsim
- https://crates.io/crates/paxos
- https://crates.io/crates/deterministic
- https://crates.io/users/spacejam
- https://en.wikipedia.org/wiki/TLA%2B
- Load testing: