7 ms·
I used locust to supplement testing that third party was doing (they used some ibm product that I didn't have a license too). I liked locust because it was ea
by codingvelocity 11y ago
I used locust to supplement testing that third party was doing (they used some ibm product that I didn't have a license too).
I liked locust because it was easy to start using, but you write a decent amount of code if you have a complex application. I suggest using pyquery (https://pypi.python.org/pypi/pyquery https://pypi.python.org/pypi/pyquery) with it if you need to inspect any html, it was quite useful