Test Data Generator
Realistic test data & edge cases for QA testing
Generate realistic, properly formatted test data.
Generated Data
Copied!
Edge Case Reference Guide
SQL Injection
Tests for unescaped SQL queries. Includes UNION, DROP, comment injection, and boolean-based patterns.
XSS Payloads
Tests for cross-site scripting via script tags, event handlers, SVG, and javascript: URIs.
Unicode & Encoding
Tests string handling with emoji, CJK characters, RTL text (Arabic/Hebrew), accented names, and Zalgo text.
Boundary Values
Tests limits with empty strings, MAX_INT, negative values, extremely long strings, and null/undefined literals.