Signup
The Signup feature allows new users to create an account in the application. It is the first step for accessing the system and using its accounting features.
NOTE
The signup endpoint is currently hidden because it is intended for internal use only.
Scenarios
Success Scenarios
Failure Scenarios
- 1.1.F1. Sign up fails when required fields are empty.
- 1.1.F2. Sign up fails when username already exists.
- 1.1.F3. Sign up fails when email already exists.
- 1.1.F4. Sign up fails when password is not strong enough.
- 1.1.F5. Sign up fails when password confirmation does not match.
Test Report