Home › How We Test

How We Test

Who builds these tools, how we check that every reading is accurate, and how you can verify — yourself — that nothing you test ever leaves your device.

By Jayadeep · Last updated: July 2026

Who builds these tools

Test Your Device is built and maintained by Jayadeep, a web developer who works with browser hardware APIs (Web Audio, MediaDevices, the Gamepad API, WebGL and the Battery and Screen interfaces) and a small editorial team that writes and reviews the troubleshooting guides. Every tool is a hand-written, dependency-free page — no third-party testing library sits between you and your hardware.

How we verify accuracy

Each tool reads directly from the standard browser API for that device and shows you the raw value, not a processed score. We check our established tools against known-good and known-faulty hardware before they ship, and re-check after browser releases that change an API. Seven tools added in August 2026 have not yet completed that process — they are listed separately below.

When a browser cannot expose a value accurately — for example, exact battery health or true polling rate — we say so on the page rather than showing a number we cannot stand behind.

Tools awaiting hardware validation

These seven tools were added in August 2026. They are built directly on the standard browser APIs listed on each page, and each has been tested for correct behaviour in the browser — but none has yet been checked against reference hardware the way our established tools have. We would rather say that here than leave you to assume a level of verification that has not happened yet.

ToolVerified so farStill outstanding
Monitor Ghosting TestAnimation timing and controls behave correctly in-browserComparison against panels with known response characteristics
Stuck Pixel RepairColour cycling, box positioning and full-screen behaviourSuccess rate on panels with genuinely stuck subpixels
Keyboard Ghosting TestSimultaneous key counting verified with synthetic inputChecks against known 2-key, 6-key and NKRO keyboards
OLED Burn-In TestAll eight slides render at the intended valuesComparison against panels with documented burn-in
Mouse Polling Rate TestEvent-rate measurement and interval mathsCross-checking against mice set to known 125/500/1000Hz rates
Gradient TestGradient and stepped reference render correctlyComparison against known 6-bit, 8-bit and 10-bit panels
Phone Sensor TestPermission flow, and honest degradation where no sensors existReadings checked against a device with known-good sensors

As each one is validated we will move it into the section above and note the date. If a result here does not match what your hardware actually does, that is exactly the feedback we need — tell us.

How we verify the privacy claim

Every tool runs entirely in your browser. Your microphone audio, camera frames, keystrokes and controller inputs are processed on your own device and are never uploaded, recorded, or sent to a server. This is not a promise you have to take on trust — you can verify it yourself:

  1. Open any tool and press F12 to open your browser's developer tools, then select the Network tab.
  2. Run the test — speak into the mic, move the controller, click the mouse.
  3. Watch the request list. You will see the page, stylesheet and analytics/ad scripts load, but no request that uploads your audio, video or input data. Filter by Fetch/XHR and WS and you will see nothing carrying your test data.

You can go further and fully disconnect from the internet after the page loads: the tools keep working, because there is no server round-trip involved in the test itself. The only third-party code on the page is Google Tag Manager and Google AdSense, which power anonymous, aggregate analytics and the ads that keep the tools free — neither receives your device's raw input.

How we keep guides correct

Our troubleshooting guides are written against the current versions of Windows, macOS, iOS, Android and the major apps (Zoom, Teams, Discord), and are dated with a "last updated" line. When an OS update changes a settings path, we update the guide. Each guide links to the matching browser tool so you can confirm a fix worked the moment you make it.

Corrections

If a tool reads wrong on your hardware, or a guide step is out of date, tell us through the contact page. We keep the tools honest, and reader reports are the fastest way we catch edge cases across the huge range of devices out there.

Frequently Asked Questions

Is anything I test actually uploaded?

No. Every test runs locally in your browser using standard device APIs. Your audio, video, keystrokes and controller input are processed on your device and never sent to a server. You can confirm this in your browser's developer tools under the Network tab, or by disconnecting from the internet after the page loads — the tools keep working.

How do you know the tools are accurate?

Each tool reads the raw value from the browser API and is validated against known-good and known-faulty hardware and reference instruments before release, then re-checked after browser updates. Where a browser can't expose a value reliably, we say so instead of showing a number.

Who writes the content and tools?

The tools are built by Jayadeep, a developer who works with browser hardware APIs, and the guides are written and reviewed by a small editorial team. Each guide carries a byline and a last-updated date.

Do you use my microphone or camera data for anything?

No. The stream stays in your browser's memory only while the test runs and is discarded when you close the tab. It is never stored, transmitted, or used for training or advertising.

What third-party code runs on the page?

Only Google Tag Manager and Google AdSense, which provide anonymous aggregate analytics and the ads that keep the site free. Neither receives the raw input from your hardware tests.

How often are the guides updated?

Whenever an operating-system or app update changes the steps. Every guide shows a last-updated date so you can see how current it is.

Found an error on this page, or a result that does not match your hardware? Tell us and we will correct it.

Written and maintained by Jayadeep. More about this site and why it exists: About Test Your Device.