test.ai website screenshot

test.ai

test.ai (formerly Appdiff, Inc.) built an AI-powered test-automation platform that used computer vision and machine-learning element classification to make Selenium and Appium tests resilient to UI change. It published first-party Java, Python, Node.js and Ruby SDKs, a gRPC "Classifier" service that labelled UI elements from screenshots, an Appium classifier plugin, and OpenTestData — a free open database of automated test fixture data with its own REST API. The company raised over $30M and was sold; its founder has since moved on to other ventures. As of 2026-08-30 test.ai serves no website of its own: the domain has no HTTPS listener and every HTTP path redirects off-domain. The artifacts profiled here are the contracts and packages the company published while operating, all of which remain publicly retrievable from its own GitHub organization and from the npm, PyPI, RubyGems and Maven Central registries.

test.ai publishes 1 API on the APIs.io network: OpenTestData API. Tagged areas include Company, Testing, Test Automation, Quality Assurance, and Artificial Intelligence.

test.ai’s developer surface includes documentation, getting-started guide, and 11 more developer resources.

24.9/100 emerging ▬ flat Agent 21/100 agent aware Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
AccessSelf serve
2 APIs
CompanyTestingTest AutomationQuality AssuranceArtificial IntelligenceMachine-LearningComputer-VisionSeleniumAppiumDeveloper ToolsgRPCDefunct

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/test-ai: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

OpenTestData API

REST API behind opentestdata.org, test.ai's free and open database of automated test fixture data. 13 paths / 16 operations covering user signup and login, e-mail confirmation, ...

test.ai Classifier

gRPC service that classifies UI element screenshots into semantic labels. A single RPC, ClassifyElements, takes a map of element id to PNG bytes plus a label hint, a confidence ...

Pricing Plans 1

Published pricing tiers and plan structures.

Test Ai Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Test Ai Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Test Ai Authentication

http · 1 scheme

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Source (apis.yml)

apis.yml Raw ↑
aid: test-ai
name: test.ai
description: 'test.ai (formerly Appdiff, Inc.) built an AI-powered test-automation platform that used computer vision and
  machine-learning element classification to make Selenium and Appium tests resilient to UI change. It published first-party
  Java, Python, Node.js and Ruby SDKs, a gRPC "Classifier" service that labelled UI elements from screenshots, an Appium classifier
  plugin, and OpenTestData — a free open database of automated test fixture data with its own REST API. The company raised
  over $30M and was sold; its founder has since moved on to other ventures. As of 2026-08-30 test.ai serves no website of
  its own: the domain has no HTTPS listener and every HTTP path redirects off-domain. The artifacts profiled here are the
  contracts and packages the company published while operating, all of which remain publicly retrievable from its own GitHub
  organization and from the npm, PyPI, RubyGems and Maven Central registries.'
url: https://raw.githubusercontent.com/api-evangelist/test-ai/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  - rate-limits
  - security
  generated: '2026-09-02'
  method: derived
image: https://avatars.githubusercontent.com/u/36999702?s=200&v=4
x-type: company
x-source: harvest:secondary-market
x-source-url: https://www.nasdaqprivatemarket.com/
x-tier: stub
x-tier-reason: harvest
specificationVersion: '0.20'
x-status: defunct
x-status-detail: Formerly Appdiff, Inc.; the product was wound down and test.ai no longer resolves. No Website registered
  on purpose.
created: '2026-08-30'
modified: '2026-08-30'
tags:
- Company
- Testing
- Test Automation
- Quality Assurance
- Artificial Intelligence
- Machine-Learning
- Computer-Vision
- Selenium
- Appium
- Developer Tools
- gRPC
- Defunct
tags_raw:
- Company
- Testing
- Test Automation
- Quality Assurance
- Artificial Intelligence
- Machine Learning
- Computer Vision
- Selenium
- Appium
- Developer Tools
- gRPC
- Defunct
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: OpenTestData API
  description: REST API behind opentestdata.org, test.ai's free and open database of automated test fixture data. 13 paths
    / 16 operations covering user signup and login, e-mail confirmation, avatars, admin promotion, test and datum create/read/update,
    and a combined search over tests and data. Authenticated with a JWT bearer token. The publicly hosted instance the provider
    documented, api.opentestdata.org, no longer resolves; the contract survives in the company's own repository.
  humanURL: https://github.com/testdotai/opentestdata-api
  baseURL: http://api.opentestdata.org
  tags:
  - Test Data
  - Search
  - Open Data
  properties:
  - type: OpenAPI
    url: openapi/test-ai-opentestdata-openapi.yaml
  - type: Authentication
    url: authentication/test-ai-authentication.yml
  - type: ErrorCatalog
    url: errors/test-ai-problem-types.yml
  - type: DataModel
    url: data-model/test-ai-data-model.yml
  - type: Overlay
    url: overlays/test-ai-opentestdata-overlay.yaml
  - type: SourceCode
    url: https://github.com/testdotai/opentestdata-api
- name: test.ai Classifier
  description: gRPC service that classifies UI element screenshots into semantic labels. A single RPC, ClassifyElements, takes
    a map of element id to PNG bytes plus a label hint, a confidence threshold and a weaker-match flag, and returns a per-element
    label with confidence scores. This is the engine behind the test.ai Appium classifier plugin and the Java, Python, Node.js
    and Ruby classifier clients. The server is run by the consumer, so there is no vendor-hosted base URL — the clients take
    host and port as constructor arguments.
  humanURL: https://github.com/testdotai/classifier-proto
  tags:
  - Machine-Learning
  - Computer-Vision
  - gRPC
  tags_raw:
  - Machine Learning
  - Computer Vision
  - gRPC
  properties:
  - type: Protobuf
    url: grpc/test-ai-classifier.proto
  - type: SourceCode
    url: https://github.com/testdotai/classifier-proto
common:
- type: License
  name: MIT
  url: https://github.com/testdotai/opentestdata-api/blob/master/LICENSE
- type: GitHubOrganization
  url: https://github.com/testdotai
- type: Documentation
  url: https://github.com/testdotai/testai-build-your-own-SDK-documentation
- type: GettingStarted
  url: https://github.com/testdotai/interactive_walkthrough
- type: Packages
  url: packages/test-ai-packages.yml
- type: SDKs
  url: packages/test-ai-packages.yml
- type: Conformance
  url: conformance/test-ai-conformance.yml
- type: Lifecycle
  url: lifecycle/test-ai-lifecycle.yml
- type: Conventions
  url: conventions/test-ai-conventions.yml
- type: DomainSecurity
  url: security/test-ai-domain-security.yml
- type: LLMsTxt
  url: llms/test-ai-llms.txt
- type: Plans
  url: plans/test-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/test-ai-rate-limits.yml
x-enrichment:
  date: '2026-08-30'
  status: enriched
  artifacts_added: 22
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/test-ai"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/test-ai/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/test-ai/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.