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
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?