
Jira Integration & Graphical Test Builder
We are proud to announce the release of two new features, available immediately. 🚀 Jira Integration: Automate Issue Tracking for...
LoadForge allows you to run your own custom locust.io load tests, but we also have a directory of example tests you can use to get started.
The below examples can be copied directly into your test script, or you can use our AI wizard to generate your own.
Incorporate user-like delays in your load tests using custom sleep times.
Authentication, Adding to cart, browsing products and going to check out
Testing REST-based HTTP APIs with Bearer Token Authentication
How to authenticate with Azure AD and test your application.
How to prevent CloudFlare from blocking LoadForge with HTTP 403 errors
Learn how to validate response content and ensure timely responses using LoadForge.
Test that checks for a 404 response or considers it a failure.
Wait times, iterations per second, and other ways to control request rates in LoadForge.
Index a site and crawl all the pages with a random delay as a real user would.
How to set custom headers with your requests
A comprehensive guide on leveraging LoadForge for automatic fetching of web page resources like styles, javascript, images, etc., using the HttpUserWithResources plugin for Locust.
Leverage the FastHttpUser class to optimize load test throughput on LoadForge.
Integrate Firebase Authentication with LoadForge to simulate user authentication scenarios during load testing.
Send a login request to get an authorization token for the rest of your test
Learn how to include static content in your LoadForge load tests to measure the capacity of your web servers alongside the dynamic content.
Comprehensive guide on load testing your SPA with the LoadForge platform
Guide on load testing message brokers (RabbitMQ) via the AMQP protocol with LoadForge using Locust.
Guide on load testing Kafka topics with LoadForge using Locust.
Guide on handling CSRF tokens, sessions, and protected pages with LoadForge using Locust.
A guide on how to load test a GraphQL based API, featuring the SpaceX API as an illustrative example.
Guide on load testing real-time GraphQL subscriptions with LoadForge using Locust.
Guide on load testing gRPC APIs with LoadForge using Locust.
Guide on load testing gRPC streaming APIs (client, server, bidirectional) with LoadForge using Locust.
Guide on chaining dependent JSON API calls using LoadForge and Locust.
Guide on load testing MQTT-based message brokers with LoadForge using Locust.
Guide on load testing SSE-based event streams with LoadForge using Locust.
Guide on load testing WebSocket-based applications with LoadForge using Locust.
Test that logs in and then requests a profile page.
How to login as different users throughout the test, simulating multiple user logins and site usage.
A premade example for how to load test your NextJS website and understand its performance.
Learn how to send an HTTP POST request with a JSON data payload using LoadForge.
An example guide on how to effectively load test your ReactJS application utilizing Locust and LoadForge.
Learn how to create a dynamic list of user agents and set up each LoadForge client to randomly select one.
Comprehensive guidance on using LoadForge to perform load tests on WebSocket and SocketIO based applications.
Learn how to effectively load test a WordPress blog or CMS with LoadForge. This guide will demonstrate simulating real users browsing your blog posts at random using LoadForge and locust.io
Use LoadForge to seamlessly test XML-RPC servers using the powerful capabilities of Python.