Thereβs registration page with full name, phone number, email, password fields, and submit button. Write all possible test scenario for the page.
To validate the functionality and input validation of the Full Name, Phone Number, Email, Password, and Submit Button fields on the registration page. Ensure that:
| Field | Valid Input Example | Invalid Input Example |
|---|---|---|
| Full Name | John Doe, Jane Smith | 12345, John@Doe, John Doe!, π, null, !@# |
| Phone Number | +628123456789, +621234567890 |
12345, abcde, +628123, @123456789, null, π, 12345! |
[email protected], [email protected] |
john..doe@com, [email protected], null, π, john@doe@com, jane@xyz.. |
|
| Password | Password123, Test@1234 |
pass, 12345, password!, null, π, Testπ1234, pass@123 |
Test Scenario: Full Name Field Behavior and Validation