-
Notifications
You must be signed in to change notification settings - Fork 1
Home
github-actions[bot] edited this page May 13, 2026
·
3 revisions
Oracle turns plain-English descriptions of what you want to test into working test code. You describe the behavior; Oracle writes the test.
You type something like:
"Test that the login page rejects invalid passwords"
Oracle figures out the right test type and framework, generates a runnable test file, and — optionally — executes it for you right away.
No boilerplate hunting. No framework wiring. Just describe the test you need.
- Manual testers moving toward automation: describe tests the way you always have, let Oracle handle the code.
- Developers who want quick test scaffolding without context switching.
- QA leads who need consistent test structure across a team.
New to Oracle? The Getting Started guide walks you through installation and your first generated test in under five minutes.
Coming from manual testing? For Manual Testers explains how your existing skills translate directly into great Oracle prompts.
- Getting Started — install Oracle and generate your first test
- For Manual Testers — if you're new to test automation
- Writing Good Prompts — how to describe tests so Oracle gets it right the first time
- Understanding the Harness — what the CI checks mean and what to do when they fail
- Troubleshooting — common errors and how to fix them