📓
Loadium Wiki
  • Welcome to Loadium
  • Getting Started with Loadium
  • Quick Guides
    • Quick Start
    • JMeter Test
    • Locust Test
    • Script Builder
      • Simple HTTP Builder
      • Record&Play
    • Gatling Test
    • WebDriver Test
    • HLS Test
    • Understanding Test Reports
    • Test Execution Fail Reasons
    • File Output
  • ABOUT LOADIUM
    • Features
    • Pricing
    • VUH - Virtual User Hour
  • ACCOUNT
    • Profile & Account
    • Subscription
  • Features
    • Test Report
    • Compare Test
    • Private Location
    • Report PDF Export
  • Test Settings
    • Split CSV
    • Sandbox
    • Multi-Step
    • Geolocation
    • Customize Setup
    • Dedicated IP
    • Send Email
    • DNS Override
    • TPS
    • Network Type
    • Test Scheduling
    • Test Failure Settings
    • JMeter Settings
    • Failure Criteria
    • Flexible Thread Scheduling
  • CONTINUOUS INTEGRATION SUPPORT
    • Azure DevOps Pipeline
    • Jenkins Load Testing with Loadium
  • Integrations
    • Microsoft Teams Integration
    • New Relic Integration
    • AppDynamics Integration
    • TeamCity Integration
  • Jmeter Corner
    • Built-in JMeter Functions
    • How to Install JMeter Plugins
    • Record and Play Load Testing With Jmeter in 5 Steps
    • Websocket with Apache JMeter
    • JMeter Timers
    • Handling Error Messages of JMeter Tests in Loadium
    • Details of Throughput Controller in JMeter (Splitting Threads to Different Requests)
    • How to Add a Varying Number of Parameters in Apache JMeter
    • Local Network Simulation On JMeter
    • Running Load Test with FTP Server
  • Gatling Corner
    • Introduction to Gatling
    • Gatling Recorder
    • Gatling Pros&Cons
  • PUBLIC APIs
    • Get Test Status Service
    • Authentication Service
    • Get Performance Test List Service
    • Start Performance Test Service
Powered by GitBook
On this page
  • 1) HTTP Builder
  • 2) Record & Play

Was this helpful?

  1. Quick Guides

Script Builder

Brief introduction for Loadium's online script editors

PreviousLocust TestNextSimple HTTP Builder

Last updated 2 months ago

Was this helpful?

Loadium provides online web editor interfaces to ease the process of creating a load test script while adapting a zero-code approach. If you are new to load test scripting frameworks, Loadium's script editors are aimed to be easy to use and get things going faster.

This also allows teams to work with better cooperation by removing the hassle of passing script files constantly, your custom script will be available to edit whenever you log in to Loadium.

There are 2 types of editors on Loadium.

1) HTTP Builder

This one is aimed to be very simple where you will give inputs manually such as Target URL, Timeouts, Method Type, Body, etc.

2) Record & Play

This one has 2 types of usages.

The first one is similar to HTTP Builder but will allow more customization, such as creating global variables, changing request's order dynamically, adding delays between requests etc.

The second usage is with the web surfing recorder which is a Chrome extension that can be installed, where your recorded request will be transferred to the editor to tailor bigger scripts.

Simple HTTP Builder
Record&Play