Qortex Tools
Built by QA practitioners

Tools that try to break your data

Most utilities check whether your data is well formed. These check whether it survives contact with production. Free, no account, and nothing you paste ever leaves your browser.

Runs client sideNo upload, no accountOpen guides, not SEO filler
Passes every validator we testedresponse.json
{ "orderId": 9007199254740993, "status": "shipped", "status": "cancelled", "total": 240.00 }
2 warningsThe order ID rounded before validation ran. And status appears twice, so the first value is already gone. Both are legal JSON. No schema catches either.
Reported by the API Response Validator. Not by anything else we tested.

The tools

Two, both freeBrowse all categories ›
Why these are different

Realistic data proves the system works. That is not the job.

Nothing leaves the browser

Not a promise about intent. An automated check fails our build if any tool makes a network call. Share links carry state after the #, which browsers never send.

Guides, not SEO filler

Every tool carries a written guide about the problem it addresses. We have changed code to match a guide more than once, rather than the other way round.

Built by testers

The failures these tools report are ones we have shipped past. Duplicate keys and 2^53 rounding are here because they are quiet, common, and cost releases.

Categories

More coming, slowly and deliberately

From the guides

Written, not generated