Auth
Agent Mail Inboxes
TesterArmy can generate temporary email inboxes for your tests. This is useful for flows that require email verification - sign ups, OTP codes, password resets, invitation links.
Each test run can create a fresh inbox or reuse a static one assigned to the project. The agent reads incoming emails, extracts verification codes or links, and continues the test flow automatically.
How it works
- The agent creates an inbox (e.g.,
test-abc123@inbox.testerarmy.com) - Signs up or triggers an email-based flow using that address
- Waits for the email to arrive
- Reads the email content, extracts the OTP code or verification link
- Continues the test (enters the code, clicks the link)
Static inboxes
You can assign a permanent inbox to your project under Project → Test Accounts. This is useful when you need to re-use the same email across multiple test runs (e.g., testing login for an already-registered account).