testing

21 tools tagged "testing".

Webhook Tester

Fire a test HTTP request at a webhook URL and inspect the raw response.

Open tool

GraphQL Query Tester

Send a GraphQL query or mutation to any endpoint and see the raw response.

Open tool

Text File Generator

Generate a paragraph of pseudo-random filler text and download it as a .txt file.

Open tool

File Corruptor

Randomly corrupt a percentage of characters in a text file to simulate bit rot or a bad download.

Open tool

Empty File Generator

Download a zero-byte placeholder file with any filename you choose.

Open tool

Binary File Generator

Generate a file of cryptographically random bytes and download it as .bin, with a hex preview.

Open tool

Text File Slicer

Extract an exact byte range from a text file, like dd or tail -c, without splitting characters.

Open tool

Text File Truncator

Cut a text file down to an exact maximum byte size, without splitting multi-byte characters.

Open tool

Fakeson Generator

Generate realistic fake JSON data from a template whose values are type-hint keywords.

Open tool

JSON Error Injector

Deliberately corrupt valid JSON with random syntax mutations for testing error handling.

Open tool

Random JSON Array Generator

Generate a random flat JSON array of numbers, strings, booleans, or a mix.

Open tool

Random JSON Object Generator

Generate a random flat JSON object with a chosen number of realistic-looking keys.

Open tool

XML Error Injector

Deliberately break well-formed XML in one random way, for building parser test fixtures.

Open tool

Random YAML Generator

Generate realistic-looking random YAML for testing and demos.

Open tool

YAML Error Injector

Deliberately corrupt valid YAML with reproducible syntax errors, for testing parsers and linters.

Open tool

Jest/Vitest Config Generator

Generate a jest.config.js or vitest.config.ts with test environment, coverage, setup files, and path aliases.

Open tool

Integer Digit Error Introducer

Independently mutate each digit of every integer in a list at a controlled rate, for controlled parser corruption testing.

Open tool

Integer Digit Fuzzer

Generate randomized digit-level fuzz input from a list of integers, for stress-testing parsers.

Open tool

Integer Error Introducer

Deterministically corrupt a chosen number of whole integers in a list, for testing parser error handling.

Open tool

Integer Fuzzer

Generate a curated list of numeric edge cases (boundaries, safe-integer limits), padded with extra values as needed.

Open tool

List Error Injector

Randomly introduce typos into a chosen percentage of list items, for testing fuzzy matching or validation.

Open tool