TestOwl LogoTestOwlDocs

FAQ

No. TestOwl is a no-code testing platform. Create tests by recording your interactions with your application or by building them visually in the Step Editor. No programming or automation framework knowledge is required.

To record and run tests locally, you'll need the Desktop App. Once installed, simply enter your application's URL on the Home page and click Record.

Cloud execution doesn't require the Desktop App and runs entirely on TestOwl's infrastructure.

A Flow is a reusable sequence of steps, such as logging in or navigating to a page. A Test Case is a complete runnable test that belongs to a Test Suite and can reuse one or more Flows.

Yes. Test Cases reference Flows rather than copying them. Any changes made to a Flow are automatically reflected everywhere that Flow is used.

Can I run the same Test Case against multiple environments?

Yes. When starting a run, simply select multiple Environments. TestOwl executes the Test Case once for each selected environment and generates a separate report for each execution.

What's the difference between Local and Cloud execution?

Local execution runs tests on your own machine through the TestOwl Desktop App.

Cloud execution runs tests on TestOwl's infrastructure without using your local machine.

Can I import my existing Playwright, Cypress, or Selenium tests?

Yes. The Import Wizard converts supported automation projects into native TestOwl Test Suites, Test Cases, and Flows.

How do I avoid hardcoding usernames, passwords, and API keys?

Use Variables for reusable non-sensitive values, and Secrets for sensitive information such as passwords, API keys, and access tokens.

Why can't I run a Draft Test Case against a Production environment?

This is an intentional safety feature. Test Cases with Draft status cannot run against Production environments. Change the status to Active once the test is ready.

Can I restore deleted Test Suites and Test Cases?

Yes. Deleted Test Suites and Test Cases are moved to the Trash and can be restored within 15 days. After that, they are permanently deleted.

What happens if I delete a Flow that's being used?

TestOwl prevents deleting a Flow while it's is referenced by any Test Case or another Flow. Remove those references first before deleting it.

Can I delete a Tag that's still being used?

No. A Tag cannot be deleted while it's assigned to any Test Suite, Test Case, or Flow. Remove the Tag from all associated items before deleting it.

What happens if I reach my plan limits?

When you reach a resource limit, you won't be able to create additional items of that type until you delete unused resources or upgrade your plan. TestOwl also warns you as you approach your limits.

See Plans & Usage.

What plan options are available?

TestOwl currently offers Free, Pro, and Enterprise plans.

See Plans & Usage for details.

Is there a public API?

Not yet. TestOwl currently doesn't provide a public API for managing projects or triggering test runs.

Still need help?