Django

A street with light trails from cars at night

Load testing a Django based application with jMeter is a tricky thing to do since Django requires a CSRF (Cross-Site Request Forgery) token to be present on every POST request (unless you have disabled it, of course).  This tutorial helps you to hit the ground running with your Django tests, as I have prepared a ready made test file for you. 🤓 (more…)