MockHero

long_string

Chaos Testing

Generate extremely long strings (1000+ characters) for testing text truncation, buffer limits, and storage constraints. The classic boundary test.

Example Outputs

A very long string repeated many times...

API Usage

Send a POST request to generate long string data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "long_string",
          "type": "long_string"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Text truncation testing
  • Buffer overflow testing
  • Database column limit testing
  • UI overflow testing

Quick Info

Field Type
long_string
Category
Chaos Testing
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate long string data instantly in the playground.

Generate Long String + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free