Test accounts
Test accounts store environment data testers need during execution: URLs, logins, passwords, and notes. They belong to a project (and team).
Use them when the same credentials apply to many cases, or when you want a single place to update access data.
Fields
| Attribute | Type | Rules |
|---|---|---|
resource | string | Max 350 — e.g. URL or environment name |
login | string | Max 350 |
password | string | Max 350 (stored as plain text in the database; treat as sensitive) |
test_account_description | HTML | Max 950 characters |
project_id | id | Required |
Typical actions
- Open Test accounts from the project area (listing).
- Create an account with resource, login, password, and description.
- Open details to view or edit fields.
- Reference the account informally in test case steps or preconditions (there is no formal link field on cases today).
You can create accounts before or after test cases; order does not block runs.
Related
| Version | 1.0 |
| Last updated | 2026-06-06 |