Overview
Appian-Locust is a tool for load and performance testing Appian using the open source Locust (https://locust.io) load driving framework. It provides an easy, programatic way to develop and execute load and performance tests for Appian.
Using the locust load testing framework allows for scaling of workloads, with both standalone and distributed execution. All tests are written in python, making them easy to read and maintain.
Appian-Locust is open source under Apache 2.0 License
Python Package: https://pypi.org/project/appian-locust/ Documentation: https://appian-locust.readthedocs.io/en/stable/ Source: https://gitlab.com/appian-oss/appian-locust
For speedy test development we recommend the Appian-Locust Companion browser extension, which allows your to simply record workflows: https://chromewebstore.google.com/detail/appian-locust-companion/ebgbeodgfnnkgcppfikfoclfmahcmapf
Hi,
I am new to Appian-Locust, I have installed Appian Locust, executed a login script for Appian URL and I am getting this exception "Login unsuccessful, no multipart cookie found, only found <RequestsCookieJar[<Cookie JSESSIONID....". I checked my credentials and they are working fine when login manually. I have tried executing the same Appian URL via generic Locust and there is no such exception shown.
Can anyone help here.