PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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