long_string
Chaos TestingGenerate 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
Related Types
Generate Long String + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.