Tag: testing
All the articles with the tag "testing".
Load Testing Guide
Published:15 min readOur service fell over at 20% of projected traffic in a load test. How I plan tests, define success, and use the results to find what needs fixing.
Strategies for Writing Useful Tests
Published:9 min readI used to hate writing tests. Writing them as I go and treating them as first-class code made them useful enough to change my mind.
Using Bandit in the Field
Published:7 min readA field report from testing Bandit on Python projects in 2015: running scans, interpreting warnings, and deciding which findings need attention.
Finding Vulnerabilities with Bandit
Published:2 min readSlides from my SoCal Python talk on Bandit, including findings from scanning 16 open-source Python projects for potential security flaws.