HomeDocsAuth Flow Testing
Auth Flow Testing

Auth Flow Testing

Autonomous sign-up and sign-in verification. LazyHippo finds your signup form, fills it, submits, and verifies the full auth round-trip.

How it works

LazyHippo finds your signup form automatically using AI-powered page analysis. It fills names, emails, passwords, and extra fields -- handling multi-step wizards, date pickers, dropdowns, and CAPTCHAs.

After signup, it signs in with the same credentials to verify the full auth round-trip. Every step is timed and screenshotted.

Auth flow sequence
flow
1. Navigate to your URL
2. AI detects signup form (or finds /signup, /register links)
3. Fill all required fields with generated credentials
4. Submit the form
5. Handle email confirmation (if enabled)
6. Navigate to login page
7. Sign in with same credentials
8. Verify successful authentication (dashboard redirect, user menu, etc.)

Capabilities

ParameterTypeDescription
Form detectionAI + heuristicCombines CSS selectors, ARIA labels, and AI vision to find forms
Multi-step flowssupportedHandles wizards, progress bars, and multi-page signups
OAuth buttonsdetectedGoogle, GitHub, etc. buttons are detected and flagged in the report
CAPTCHAflaggedCAPTCHAs are identified but require manual intervention
Password policyauto-adaptGenerated passwords satisfy most policies (20 chars, upper/lower/number/symbol)
Note
If your app uses OAuth-only signup (no email/password form), LazyHippo will detect the OAuth buttons and flag them in the report. The auth test will show which providers are available.