Skip to main content

Testing & mock-data tools

This hub collects the developer tools for testing and mock data — realistic fake users, API responses, database records, payloads, and the test cases to exercise them. Everything runs in your browser with no real personal data involved, so you can seed dev environments and write tests without touching production. Pick a tool below.

159 tools in this collection

API Test Case Generator
Generates a checklist of test cases for an API endpoint
Basic Auth Credentials Generator
Generates HTTP Basic Auth credentials with the matching base64 Authorization header
cURL Command Builder
Generates a ready-to-run curl command from a method, URL, and headers
cURL Command Generator
Generates example curl commands for any HTTP method to use in docs, tests, and learning
Dummy Address Generator (Developer)
Generates realistic fake postal addresses for testing and mock data
Dummy Bearer Token Generator
Generates realistic-looking dummy Bearer tokens for API testing and mock auth
Dummy Changelog Entry Generator
Generates realistic fake CHANGELOG entries in Keep a Changelog format for testing and demos
Dummy CI Build Log Generator
Generates realistic fake CI/CD build logs for testing, demos, and documentation
Dummy CIDR Block Generator
Generates random CIDR notation IP address blocks for network configuration testing
Dummy Config File Generator
Generates realistic dummy configuration files in JSON, YAML, and TOML formats for app testing
Dummy cURL Command Generator
Generates realistic cURL commands for REST API testing and documentation
Dummy Git Commit Message Generator
Generates realistic fake git commit messages for testing, demos, and history mocking
Dummy GraphQL Variables Generator
Generates mock GraphQL variables JSON objects for query and mutation testing
Dummy HTML Snippet Generator
Generates realistic HTML code snippets for testing, demos, and placeholder content
Dummy JSON Array Generator
Generates arrays of fake JSON objects with configurable fields for API mocking and testing
Dummy JWT Generator
Generates realistic-looking but fake JSON Web Tokens for testing token handling
Dummy Kubernetes Manifest Generator
Generates mock Kubernetes YAML manifests for Deployments, Services, and ConfigMaps
Dummy Linux Username Generator
Generates realistic Linux-style usernames for system, server, and DevOps testing
Dummy Markdown Table Generator
Generates a filled Markdown table for documentation and testing
Dummy OpenTelemetry Trace Generator
Generates mock distributed tracing spans and trace payloads in OpenTelemetry format
Dummy Phone Number Generator
Generates fake but realistically formatted phone numbers for testing
Dummy SSH Key Pair Generator
Generates realistic-looking fake SSH public key strings for testing and documentation
Dummy Stack Trace Generator
Generates realistic fake stack traces for multiple languages to test error UIs
Dummy Test Case Generator
Generates boilerplate unit test cases in popular testing frameworks for faster TDD setup
Dummy User Bio Generator
Generates short placeholder user bios for profile mockups and test data
Dummy YAML Config Generator
Generates a realistic dummy YAML configuration file for testing
Error Message Generator
Generates realistic HTTP error codes and messages for testing and mocks
Fake API Key Generator
Generates realistic-looking fake API keys in common formats for testing and documentation
Fake Browser Cookie Generator
Generates realistic fake HTTP browser cookies for testing and development
Fake Browser Fingerprint Generator
Generates realistic mock browser fingerprint data objects for testing and QA
Fake Commit Message Generator
Generates realistic conventional-commit messages for test repos and demos
Fake Company Email Generator
Generates realistic fake company email addresses for testing and development
Fake Credit Card Generator
Generates fake but structurally valid credit card numbers for testing payment forms
Fake Domain & URL Generator
Generates realistic fake domain names and full URLs for testing and placeholder content
Fake Email Address Generator
Generates realistic-looking fake email addresses for testing and development
Fake Email Generator
Generates realistic-looking fake email addresses for testing and development
Fake Error Stack Trace Generator
Generates realistic fake error stack traces for testing error handling and logging systems
Fake GitHub Repository Generator
Generates realistic mock GitHub repository metadata for demos and testing
Fake GraphQL Query Generator
Generates realistic fake GraphQL queries and mutations for testing and documentation
Fake Hash Generator
Generates realistic fake hash strings in MD5, SHA-1, SHA-256, and bcrypt formats
Fake IP Address Generator
Generates random fake IPv4 and IPv6 addresses for testing
Fake ISBN Generator
Generates valid-format fake ISBN-13 numbers for testing and placeholder data
Fake JWK Generator
Generates a fake JSON Web Key object for testing JWT and key-handling code
Fake JWT Payload Generator
Generates realistic mock JWT payloads with common claims for testing and development
Fake License Key Generator
Generates fake software license keys in common formats for testing activation flows
Fake Log Entry Generator
Generates realistic application log lines for testing log parsers and dashboards
Fake Log Entry Generator (Line)
Generates realistic application and server log lines for testing log parsers and dashboards
Fake Mobile Device Info Generator
Generates realistic fake mobile device metadata including model, OS, screen size, and specs
Fake Network Packet Generator
Generates mock network packet metadata for networking education and testing
Fake OAuth Token Generator
Generates fake OAuth 2.0 access tokens, refresh tokens, and full token responses for API testing
Fake Secure Token Generator
Generates random high-entropy tokens for API keys, secrets, and testing
Fake TCP/IP Packet Info Generator
Generates mock TCP/IP packet metadata for network testing and education
Fake Transaction ID Generator
Generates realistic fake transaction and payment IDs for testing payment flows
Fake Webhook Event Generator
Generates realistic mock webhook event payloads for testing integrations
Fake XML Data Generator
Generates realistic fake XML data structures for testing and development
Fake XML Payload Generator
Generates realistic fake XML payloads for API testing and development
GraphQL Resolver Mock Generator
Generates mock GraphQL resolver functions with realistic type signatures and return values
HTTP Status Code Explainer
Explains a random HTTP status code in depth — meaning, when to use it, and an example
HTTP Status Code Explainer (Developer)
Explains an HTTP status code and when to use it
HTTP Status Code Reference Generator
Generates a random HTTP status code with its correct name and meaning
JWT Token Generator
Generates realistic fake JWT tokens for testing and development
Mock .env File Generator
Generates a fake environment variable file for testing and documentation
Mock .gitignore Generator
Generates an example .gitignore file for common project types
Mock API Response Generator
Generates realistic fake JSON API responses with configurable fields for frontend development
Mock AWS ARN Generator
Generates realistic fake AWS ARN strings for IAM policies, testing, and documentation
Mock CI Pipeline Config Generator
Generates an example CI pipeline YAML config for testing and learning
Mock CI/CD Pipeline Config Generator
Generates realistic mock CI/CD pipeline configuration files for popular platforms
Mock CLI Command Generator
Generates realistic fake CLI commands for documentation, tutorials, and shell script testing
Mock Cloud Resource ID Generator
Generates fake AWS, GCP, and Azure resource identifiers for testing and demos
Mock Cookie Header Generator
Generates example Set-Cookie header values with realistic attributes
Mock CSP Header Generator
Generates example Content-Security-Policy headers for web security
Mock CSV Data Generator
Generates realistic mock CSV data with headers and rows for testing and development
Mock Database Connection String Generator
Generates fake database connection strings for common databases
Mock Database Migration Generator
Generates dummy SQL up/down migration scripts for schema changes and testing
Mock Database Record Generator
Generates mock SQL-ready database records with realistic field values for multiple table types
Mock Database Schema Generator
Generates realistic fake SQL table schemas with fields, types, and constraints for prototyping
Mock Device ID Generator
Generates fake device identifiers and MAC-style addresses for testing
Mock DNS Record Generator
Generates example DNS records with matching types and values for testing
Mock Docker Compose Generator
Generates realistic docker-compose.yml files for common development stack configurations
Mock Dockerfile Generator
Generates an example Dockerfile for containerizing an application
Mock EditorConfig Generator
Generates an example .editorconfig file to standardize coding styles
Mock Elasticsearch Query Generator
Generates example Elasticsearch query DSL JSON for testing and learning
Mock Error Log Generator
Generates realistic application error log lines for testing log parsers and monitoring tools
Mock Error Message Generator
Generates realistic stack traces and error messages for testing error handling UI
Mock Event Sourcing Payload Generator
Generates realistic domain event payloads in event sourcing and CQRS patterns
Mock Feature Flag Config Generator
Generates realistic fake feature flag configuration objects for testing feature toggle systems
Mock Feature Flag Name Generator
Generates conventional feature flag names for testing flag systems and configs
Mock Feature Flag Rollout Generator
Generates example feature-flag rollout configurations as JSON
Mock Form Data Generator
Generates realistic fake form field values including names, emails, phones, and addresses
Mock GraphQL Error Generator
Generates realistic GraphQL error response payloads for testing error handling
Mock GraphQL Mutation Generator
Generates realistic fake GraphQL mutation strings for testing GraphQL APIs and clients
Mock GraphQL Query Generator
Generates realistic GraphQL queries and mutations for testing and prototyping
Mock GraphQL Response Generator
Generates realistic fake GraphQL JSON responses for frontend and API testing
Mock GraphQL Schema Generator
Generates realistic mock GraphQL schemas with types, queries, and mutations
Mock GraphQL Schema Snippet Generator
Generates example GraphQL type definitions for testing and prototyping
Mock gRPC Proto Message Generator
Generates realistic fake Protocol Buffer message definitions and sample JSON representations
Mock HTTP Header Generator
Generates realistic fake HTTP request headers for API testing and development
Mock HTTP Request Generator
Generates example raw HTTP requests for testing and learning
Mock HTTP Response Body Generator
Generates realistic fake HTTP JSON response bodies for common API patterns
Mock HTTP Status Response Generator
Generates mock HTTP responses with status codes, headers, and JSON bodies for API testing
Mock Jenkinsfile Generator
Generates an example declarative Jenkins pipeline for CI/CD
Mock JSON Data Generator
Generates structured mock JSON objects for API testing and prototyping
Mock JSON Payload Generator
Generates random nested JSON payloads for API testing and webhook simulation
Mock JWT Token Generator
Generates realistically structured but fake JSON Web Tokens for testing
Mock Kafka Message Generator
Generates realistic fake Apache Kafka messages with headers, key, and JSON payload
Mock Kubernetes Manifest Generator
Generates example Kubernetes YAML manifests for learning and testing
Mock License Header Generator
Generates source-file license header comments in common formats
Mock Makefile Generator
Generates an example Makefile with common build and run targets
Mock Network Config Generator
Generates fake but realistic network configuration blocks including IPs, subnets, and gateways
Mock Nginx Config Generator
Generates example nginx server block configurations for testing
Mock OAuth Token Response Generator
Generates a realistic fake OAuth 2.0 token response as JSON for testing
Mock OAuth2 Flow Data Generator
Generates realistic OAuth2 authorization codes, tokens, and flow payloads for testing
Mock OpenAPI Spec Generator
Generates a minimal but valid OpenAPI 3.0 specification YAML document for a given resource
Mock package.json Generator
Generates an example package.json manifest for a Node project
Mock Pagination Link Generator
Generates mock REST pagination links (first, prev, next, last) for API testing
Mock Pagination Metadata Generator
Generates realistic API pagination metadata blocks for frontend and backend testing
Mock Pagination Response Generator
Generates realistic paginated API JSON responses with metadata for frontend and backend testing
Mock Postgres Query Generator
Generates example SQL SELECT queries with joins and filters for testing
Mock Postgres Table Schema Generator
Generates example PostgreSQL CREATE TABLE statements for testing
Mock Prometheus Metric Generator
Generates example Prometheus-format metrics for testing and dashboards
Mock RabbitMQ Message Generator
Generates fake message-queue payloads with routing metadata for testing
Mock Rate Limit Header Generator
Generates example API rate-limit response headers for testing
Mock Rate Limit Response Generator
Generates realistic HTTP rate-limiting response headers and JSON bodies for API testing
Mock Redis Command Generator
Generates example Redis commands for learning and testing
Mock Redis Key-Value Generator
Generates realistic Redis SET/GET commands with fake keys and values for testing
Mock REST API Endpoint List Generator
Generates a complete list of RESTful API endpoints with methods, paths, and descriptions for a given resource
Mock REST Endpoint Generator
Generates dummy REST API endpoint definitions with methods, paths, and responses
Mock robots.txt Generator
Generates example robots.txt files to guide search engine crawlers
Mock S3 Bucket Name Generator
Generates valid, realistic object-storage bucket names for testing
Mock SaaS Pricing Plan Generator
Generates fake SaaS pricing plan data in JSON format for UI prototyping and testing
Mock Server-Sent Event Generator
Generates example Server-Sent Events (SSE) streams for testing
Mock Sitemap XML Generator
Generates example XML sitemaps for search engines
Mock SOAP Envelope Generator
Generates example SOAP XML envelopes for testing legacy web services
Mock Stripe Event Generator
Generates fake Stripe-style webhook event payloads as JSON for testing
Mock Syslog Line Generator
Generates example syslog-format log lines for testing log pipelines
Mock Terminal Output Generator
Generates fake but realistic terminal/CLI output for demos, screenshots, and documentation
Mock Terraform Resource Generator
Generates example Terraform resource blocks for learning and testing
Mock TOML Config Generator
Generates realistic fake TOML configuration files for app development and testing
Mock User Data Generator
Generates complete fake user profiles as JSON objects for API and database testing
Mock User Profile Generator
Generates complete fake user profiles with name, email, phone, job, and more
Mock User-Agent String Generator
Generates realistic browser user-agent strings for testing and mock requests
Mock Webhook Payload Generator
Generates realistic mock webhook payloads for common services like GitHub, Stripe, and Slack
Mock Webhook Signature Generator
Generates example signed webhook headers for testing signature verification
Mock WebSocket Message Generator
Generates realistic fake WebSocket JSON message payloads for testing real-time apps
Mock XML Config Generator
Generates realistic XML configuration files for testing and development
Mock YAML Config Generator
Generates realistic YAML configuration files for apps, services, and environments
Random API Key Generator
Generates secure-looking random API keys in various formats for development and testing
Random API Key Generator (Developer)
Generates random API keys in common formats for development and testing
Random Emoji Shortcode Generator
Generates random emoji shortcodes for testing chat, markdown, and emoji pickers
Random HTTP Status Code Generator
Returns a random HTTP status code with its name and meaning for testing and learning
Random Port & Service Generator
Generates random network port numbers with associated service names for dev and testing configs
Random Semver Version Generator
Generates valid semantic version numbers for testing release tooling and changelogs
Random Test Data Name Generator
Generates realistic fake names, usernames, and display names for use in automated tests and mock data
Random User Agent Generator
Generates realistic random User-Agent strings for browsers, bots, and mobile devices
Realistic Error Message Generator
Generates realistic error messages across common languages and systems
Semantic Version Generator
Generates valid semantic version numbers including pre-release and build tags
Unit Test Case Generator
Generates a Jest-style test skeleton with placeholder cases for a function
UUID v4 Generator
Generates random RFC 4122 version 4 UUIDs for testing and development
Webhook Payload Generator
Generates realistic JSON webhook payloads for building and testing webhook handlers