boundary_integer
Chaos TestingGenerate boundary integer values (0, -1, MAX_INT, MIN_INT, etc.). The classic edge cases that break math operations and overflow checks.
Example Outputs
0-12147483647-21474836481API Usage
Send a POST request to generate boundary integer 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": "boundary_integer",
"type": "boundary_integer"
}
]
}
]
}'Common Use Cases
- Integer overflow testing
- Boundary condition testing
- Math operation testing
- Database constraint testing
Quick Info
- Field Type
- boundary_integer
- Category
- Chaos Testing
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Boundary Integer + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.