Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. 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.
Hi
Could you please suggest me the appian performance testing tool other then Jmeter
Discussion posts and replies are publicly visible
Hi prems0003,
You can take a look at Locust and see if it meets your needs.
https://community.appian.com/b/appmarket/posts/appian-locust
class WebsiteUser(HttpUser): wait_time = between(5, 15) def on_start(self): self.client.post("/login", { "username": "test_user", "password": "" }) @task def index(self): self.client.get("/") self.client.get("/static/assets.js")Here @task means the BPM task in workflow of Appian BPM right??I mean here we are testing invidual task of a process model or Workflow
prems0003, I suggest you take a look at the documentation that is referred in the AppMarket link
https://appian-locust.readthedocs.io/en/stable/quick_start.html
For more questions on how to use the plugin, please make them in the AppMarket link so it can be leveraged later by other Community members
Any other tool recommendations for performance/load testing? Is the recommended list limited to JMeter and Locust?
Standard web application performance testing tools can be used. JMeter, Locust or LoadRunner are just examples. Please check the Performance Testing playbook for further details
community.appian.com/.../performance-and-load-testing