Best Tool for traffic🚥 testing application
Hello Devs!
Any solutions for testing applications before promoting to production/live, guys? (that can be paid / open source/something else)
( like high web traffic testing, API call testing, etc... )
Please let me know if anyone knows.
thanks 😊
Hi there,
I personally use Pest and write my own feature/unit tests. Then I setup a GitHub action so the tests are ran on each pull request:
How to Automatically Run Your Laravel PestPHP Tests on Each GitHub Pull Request
Then for the traffic test, I use Siege or ab. Here is a quick introduction on how to use them:















