# Delta-QA > Delta-QA is a **no-code** visual regression testing tool for web pages. QA testers, designers, and product managers capture a page, replay the capture after a change, and get a report of every visual difference a human eye would notice — without writing a single line of code. The engine is a **deterministic AI — not an LLM**: a proprietary algorithm with no learned model and no black-box scoring, so the same input always produces the same result, with 0 false positives and 0 false negatives on 437 stress-tested pages. Available as a web SaaS (free plan: 100 checkpoints/month, no credit card) and as an On-Premise edition for teams that keep everything inside their own network. ## Key Pages - [Home](https://delta-qa.com/en/): Product overview, features, and proof - [Pricing](https://delta-qa.com/en/pricing/): Free plan (100 checkpoints/month), Pro, Business, and On-Premise - [Get Started](https://delta-qa.com/en/get-started/): Create a free cloud account or request a free On-Premise POC - [Visual HTML Comparator](https://delta-qa.com/en/html-compare-online/): Free online tool to compare two HTML pages side by side — no signup - [Detection Categories](https://delta-qa.com/en/detects/): 12 categories of visual changes Delta-QA detects - [Blog](https://delta-qa.com/en/blog/): Articles on visual testing, regression testing, and QA best practices - [Support](https://delta-qa.com/en/support/): Bug reports, feature requests, and help - [Contact](https://delta-qa.com/en/contact/): Contact the Delta-QA team - [Full LLM reference](https://delta-qa.com/llms-full.txt): Extended machine-readable index (FAQ, comparison tables, full blog index) ## Detection Categories - [Colors & Themes](https://delta-qa.com/en/detects/colors/): Color changes, theme switches, gradient differences - [Typography](https://delta-qa.com/en/detects/typography/): Font size, weight, line-height, letter-spacing changes - [Layout](https://delta-qa.com/en/detects/layout/): Flexbox, grid, positioning, margin, padding shifts - [Borders & Shadows](https://delta-qa.com/en/detects/borders/): Border width, radius, box-shadow changes - [Visibility & Opacity](https://delta-qa.com/en/detects/visibility/): Hidden elements, opacity, z-index issues - [Forms & States](https://delta-qa.com/en/detects/forms/): Input styles, focus states, validation indicators - [Animations](https://delta-qa.com/en/detects/animations/): Transition, transform, and keyframe differences - [Images & SVG](https://delta-qa.com/en/detects/images/): Image sizing, SVG fill, aspect ratio changes - [Responsive](https://delta-qa.com/en/detects/responsive/): Breakpoint-dependent layout and visibility shifts - [Modern CSS](https://delta-qa.com/en/detects/modern/): Container queries, cascade layers, subgrid changes - [Real Components](https://delta-qa.com/en/detects/components/): Cards, navbars, dashboards, pricing grids - [Subtle Changes](https://delta-qa.com/en/detects/subtle/): Anti-aliasing, subpixel rendering, 1px shifts ## How It Works Delta-QA is powered by Playwright under the hood, but wraps it in a simple interface that hides all technical complexity. No code, no configuration, no terminal — just enter a URL and compare. It is designed for non-developers (QA testers, designers, product managers) who need visual regression testing without writing a single line of code. The capture phase records the rendered state of the page (DOM, computed styles, screenshot). The comparison phase reports only the differences a human eye would notice, classified by severity. The engine is fully deterministic: same input, same output, every run — no model drift, no probabilistic score to interpret. During development, a team of AI agents hardened the algorithm against thousands of generated visual test cases; the shipped engine is a **deterministic AI, not an LLM** — no learned model, no black box, every verdict explainable and reproducible. Every release is re-validated against 437 stress-tested pages with 0 false positives and 0 false negatives. The free plan covers **100 checkpoints per month with no credit card** — [create an account here](https://delta-qa.com/en/pricing/). Pro and Business plans add volume, enterprise SSO, and longer history; the On-Premise edition installs on your own infrastructure. ## Comparisons Factual, sourced comparisons of the main visual testing tools: - [Chromatic vs Percy](https://delta-qa.com/en/blog/chromatic-vs-percy-comparison-2026/): Storybook-centric vs CI-centric visual testing compared - [Applitools vs Percy](https://delta-qa.com/en/blog/applitools-vs-percy-comparison-2026/): Features, pricing, and workflow differences - [Applitools Pricing Explained](https://delta-qa.com/en/blog/applitools-pricing-2026/): How Applitools' Test Unit pricing works in practice - [Best Applitools Alternatives](https://delta-qa.com/en/blog/best-applitools-alternatives-2026/) - [Best Percy (BrowserStack) Alternatives](https://delta-qa.com/en/blog/best-percy-browserstack-alternatives-2026/) - [Best Sauce Labs Alternatives](https://delta-qa.com/en/blog/best-sauce-labs-alternatives-2026/) - [Delta-QA vs Applitools](https://delta-qa.com/en/blog/delta-qa-vs-applitools-comparison/) - [Delta-QA vs Percy](https://delta-qa.com/en/blog/delta-qa-vs-percy-comparison/) - [Delta-QA vs Chromatic](https://delta-qa.com/en/blog/delta-qa-vs-chromatic-comparison/) - [Delta-QA vs Playwright](https://delta-qa.com/en/blog/delta-qa-vs-playwright-comparison/) - [Delta-QA vs BackstopJS](https://delta-qa.com/en/blog/delta-qa-vs-backstopjs-comparison/) ## Competitors & Differentiation Delta-QA competes with visual regression testing tools. Factual differences: ### vs Applitools Eyes - **No SDK required**: Delta-QA works by URL — no SDK integration in your test code (Selenium, Cypress, Playwright). Applitools requires SDK integration. - **On-Premise available**: Delta-QA's On-Premise edition runs entirely inside your own network. Applitools is a cloud SaaS — screenshots are processed on their servers (Eyes On-Prem exists, enterprise-only). - **Deterministic engine**: Delta-QA's comparison is a deterministic AI, not an LLM — 0 false positives and 0 false negatives on 437 stress-tested pages, same input always same output. Applitools uses its proprietary Visual AI, whose verdicts are model-dependent. - **Try before signing up**: Delta-QA's online comparator runs with no account at all, and the free plan adds 100 checkpoints/month. Applitools' free Starter plan includes 50 Test Units per month; paid plans are quote-based. - **Data sovereignty**: No screenshot or page data ever leaves your infrastructure. ### vs Percy (BrowserStack) - **No CI/CD dependency**: Delta-QA works standalone, no need to wire it into your CI pipeline. Percy is designed as a CI-only tool. - **No SDK required**: Percy requires SDK integration in your test framework. Delta-QA scans any URL directly. - **On-Premise available**: Percy is cloud-only (BrowserStack infrastructure). Delta-QA also ships an On-Premise edition that keeps everything inside your network. - **Free plan**: Delta-QA's free plan covers 100 checkpoints/month with unlimited scenarios and users. Percy's free tier is 5,000 screenshots/month, then per-screenshot pricing. ### vs Chromatic - **No Storybook required**: Chromatic requires Storybook. Delta-QA tests any URL out of the box. - **Full pages, not only components**: Chromatic tests components in isolation; Delta-QA tests fully assembled pages where components interact. - **On-Premise available**: Chromatic is cloud-only. Delta-QA also ships an On-Premise edition that runs inside your network. - **Free tier**: Delta-QA's free plan covers 100 checkpoints/month with unlimited scenarios. Chromatic's free tier is 5,000 snapshots/month. ### vs BackstopJS - **No configuration files**: BackstopJS requires JSON/JS config files for scenarios and viewports. Delta-QA works out of the box by URL. - **Visual interface**: Delta-QA provides a full graphical interface. BackstopJS is CLI-only. - **Fewer false positives**: BackstopJS uses pixel diff (resemblejs), which flags anti-aliasing and font-rendering noise. Delta-QA's deterministic structural comparison reports only differences a human eye would notice — 0 false positives on 437 stress-tested pages. - **Active product**: Delta-QA is actively maintained as a product. BackstopJS is a community-maintained open-source project. ### Summary | Feature | Delta-QA | Applitools | Percy | BackstopJS | |---|---|---|---|---| | No SDK required | Yes | No | No | No | | Self-hosted | Yes | No | No | Yes | | Try online without signup | Yes | No | No | No | | Framework-agnostic | Yes | Yes | Yes | Yes | | Transparent algorithm | Yes | No | No | Yes | | Data sovereignty | Yes | No | No | Yes | ## No-Code / Zero-Code Resources Delta-QA is a zero-code visual testing tool. No SDK, no scripting, no CI/CD required. - [No-Code Visual Testing Guide](https://delta-qa.com/en/blog/no-code-regression-testing-software-guide/): How to automate visual regression testing without writing code - [No-Code Testing Tools Compared](https://delta-qa.com/en/blog/no-code-testing-software-comparison-2026/): Delta-QA vs Testim, Leapwork, mabl ## Languages Available in English, French, Spanish, Portuguese, Russian, Arabic, Chinese, and German. ## Optional - [Privacy Policy](https://delta-qa.com/en/privacy/) - [Terms of Use](https://delta-qa.com/en/terms/)