testing
21 tools tagged "testing".
Webhook Tester
Fire a test HTTP request at a webhook URL and inspect the raw response.
Open toolGraphQL Query Tester
Send a GraphQL query or mutation to any endpoint and see the raw response.
Open toolText File Generator
Generate a paragraph of pseudo-random filler text and download it as a .txt file.
Open toolFile Corruptor
Randomly corrupt a percentage of characters in a text file to simulate bit rot or a bad download.
Open toolEmpty File Generator
Download a zero-byte placeholder file with any filename you choose.
Open toolBinary File Generator
Generate a file of cryptographically random bytes and download it as .bin, with a hex preview.
Open toolText File Slicer
Extract an exact byte range from a text file, like dd or tail -c, without splitting characters.
Open toolText File Truncator
Cut a text file down to an exact maximum byte size, without splitting multi-byte characters.
Open toolFakeson Generator
Generate realistic fake JSON data from a template whose values are type-hint keywords.
Open toolJSON Error Injector
Deliberately corrupt valid JSON with random syntax mutations for testing error handling.
Open toolRandom JSON Array Generator
Generate a random flat JSON array of numbers, strings, booleans, or a mix.
Open toolRandom JSON Object Generator
Generate a random flat JSON object with a chosen number of realistic-looking keys.
Open toolXML Error Injector
Deliberately break well-formed XML in one random way, for building parser test fixtures.
Open toolRandom YAML Generator
Generate realistic-looking random YAML for testing and demos.
Open toolYAML Error Injector
Deliberately corrupt valid YAML with reproducible syntax errors, for testing parsers and linters.
Open toolJest/Vitest Config Generator
Generate a jest.config.js or vitest.config.ts with test environment, coverage, setup files, and path aliases.
Open toolInteger Digit Error Introducer
Independently mutate each digit of every integer in a list at a controlled rate, for controlled parser corruption testing.
Open toolInteger Digit Fuzzer
Generate randomized digit-level fuzz input from a list of integers, for stress-testing parsers.
Open toolInteger Error Introducer
Deterministically corrupt a chosen number of whole integers in a list, for testing parser error handling.
Open toolInteger Fuzzer
Generate a curated list of numeric edge cases (boundaries, safe-integer limits), padded with extra values as needed.
Open toolList Error Injector
Randomly introduce typos into a chosen percentage of list items, for testing fuzzy matching or validation.
Open tool