|
|
|
|
|
by madmaze
1984 days ago
|
|
We've been successfully using locust for automated performance and load tests for a couple of years now. Locust is very flexible, the community is great and python-based test implementations are big win for engaging our quality engineers in test design and implementation. Since our platform (Appian[0]) has a pretty heavy/complex client, we built a thin abstraction library [1] to empower both our quality engineers as well as some of our more advanced customers to write simple automated performance tests. [0] https://www.appian.com
[1] https://pypi.org/project/appian-locust |
|