Load testing app

Anyone with suggestions for testing out a streamlit app… not just arriving at the web page but changing some form settings / filling in a field and submitting? I’d like to test apps rendering images like charts and others that call back end APIs.

I saw How to test UI performance with n users? but not sure if anyone has been doing things more recently than 2020.

I mean there is locust (Python) but I do not think I can get it to fill in forms. Maybe I could do something with the new query strings and still work with that but if there is anyone else doing this I would be happy to hear about it.

Basically I want to be able to test my streamlit apps in auto scaling containers on AWS but I can take care of that infrastructure. Need a nice set of tests to push those apps : )

Checkout App test.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.