AUTOMATION OVERVIEW
Welcome back.
Everything at a glance.
Monitor projects, test cases and execution results from one place.
ORBIT TEST STUDIO
Sign in to access your projects and test cases.
AUTOMATION OVERVIEW
Monitor projects, test cases and execution results from one place.
Latest automation execution results.
Choose a project to view its test cases.
Review and change the recorded browser journey.
Each Excel row runs as a separate iteration. Secret columns stay masked.
Generated rows reuse credentials from the selected dataset and create new values for business fields.
Schema version1.0Organize tests and grant access by project.
System roles control administration; project roles control each workspace.
NEW AUTOMATION
Give your test a clear name and assign it to one or more projects.
DELETE TEST CASE
The test definition will be removed. Existing execution reports will remain available.
NEW CHAPTER
Group test cases by a major product function or business flow.
JSON TEST FORMAT
Download the template, edit its tests array, then import it into the current project and business function.
url.locator.${username} for an Excel/CSV column.Enter, Tab, Escape, or a key combination.expected text.{
"action": "click",
"name": "Sign in",
"locator": {
"kind": "xpath",
"value": "//button[@type='submit']"
}
}XPath or CSS must resolve to exactly one element. Stable attributes such as data-testid, id, name, and aria-label are preferred.