Is there a way to simulate an android user agent in locust.io load testing? I have a server I need to load test and they check if the call is from an android or iOS phone
Asked
Active
Viewed 530 times
1 Answers
1
Locust's http client for HttpUser is based on the requests module. This should work for you.

Solowalker
- 2,431
- 8
- 13