Question By
Unsolved

Best Tool for traffic🚥 testing application

jacksonkasi ・

Jan 6th, 2023 10:12 AM

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 😊

bobbyiliev ・

Jan 6th, 2023 10:22 AM

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:

An Introduction to Load Testing

Report
1