Welcome to the elevaite365 Help Centre¶
New here? The quickstart takes you from an empty instance to a scheduled test.
Start the quickstart Command reference
Where do you want to go?¶
-
Quickstart
Set up your team, connect your applications and environments, add test users, and build your first components and scenarios.
-
Test cases
Create a test script from scratch or capture a business process with the built-in recorder.
-
Commands
Every command and its parameters: clicking, entering data, verifying, variables, loops and the AI commands.
-
Help
Best practices, demo videos, plain-English definitions, and how to get support when you're stuck.
Tips & tricks¶
Seven habits that keep a suite trustworthy.
-
Run a new test three times
Passing once proves very little. Three green runs before you call it ready catches the flakiness that would otherwise surface in a nightly run.
-
Reuse steps with components
Built the same sequence three times? Make it a component. Every test using it picks up your next edit automatically.
-
Generate unique data
Two runs writing the same record will collide. Use Generate UID on any reference your test creates.
-
Prefer a timeout over a Wait
A fixed wait is too short on a slow day and too slow every other day. Let the next command's timeout do the waiting.
-
Tidy up after recording
The recorder adds a Navigate step whenever it thinks a URL changed manually. Remove the ones you don't need.
-
Always end in a verification
A test that only navigates proves nothing. Close every test with a check that would genuinely fail if the process broke.
-
Schedule your end-to-end runs
Set your full scenarios to run on a recurring schedule, then just check in on the results.
Popular pages¶
- Using the test recorder: capture a process in clicks
- Setup test users: logins the automation can use
- Verify & Verify Field: every check available
- Loop: fields, ranges and data-driven runs
- Create scenarios: group and schedule tests
- Video library: every demo, mapped to its article
- Glossary: plain-English definitions
Can't find what you need?
Press / to search the whole wiki. Still stuck? Get support, or check the public roadmap to see if it's already on the way.