Our generative AI QA platform lets you create automated tests in plain english within seconds
PART OF THE ANTLER VC '23 COHORT
Robust to changes
Our AI looks at page content dynamically, rather than rely on static rules.
Simple to set up
No technical skills are required — just an objective for the AI agent to fulfil.
Human-in-the-loop
Did the AI go wrong? Don't worry, you can use our editor tools to redirect it at any point.
Set it and forget it
Run your tests in the cloud on a timer, or on code commit via our CI/CD integrations.
We use the latest techniques to power our innovative AI, and we're always improving.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Start all tests
$ curl -X POST \
-H 'Content-type: application/json' \
-H 'auth-token: $QUACKS_TOKEN' \
https://app.quacks.ai/api/v1/tests/all/retest
{"status": "started"}
// Check status
$ curl -X GET \
-H 'Content-type: application/json' \
-H 'auth-token: $QUACKS_TOKEN' \
https://app.quacks.ai/api/v1/tests/all/status
{"status": "success"}
Testing the web with AI
We use the latest advances in generative AI to power our QA agent.
What benefits does this give?