Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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 There, We are trying to use Locust with Appian to do performance tests. We have configured the code as per the documentations provided at locust https://appian-locust.readthedocs.io/en/latest/how_to_write_locust_tests.html
We are getting error saying it is not able to find the record type, even though we have provided the correct record types.
Exception: There is no record type with name "XXXXXXXX" in the system under test.
Can you please help?