Requirements:

There’s registration page with full name, phone number, email, password fields, and submit button. Write all possible test scenario for the page.


Objective:

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:


Preconditions:


Test Data:

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 [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:

1. Full Name Field

Test Scenario: Full Name Field Behavior and Validation