Google Sign up page
1. URL testing: https://accounts.google.com/signup
After clicking on this url, Login Page should open
URL Testing : Pass
2. GUI Testing:
• Account creating page of Gmail should be in white colour plane.
• There should be ‘ Create New Account’ button. It should be in White colour Box.
• After Clicking on this button following field should display.
GUI Testing: Pass
3. Service Level Testing:
• Login to Gmail should be left side of the page.
• First Name & Surname at top after that below Username in respective order.
• At last ‘Next’ in Blue colour.
Service Level Testing : Pass
4. Software Requirement Specifications (SRS) :
• First Name & Surname- It should be accept alphabetsonly.
• Length should be 2 to 30 characters.
• Email id and password should accept alphabet, numeric and special characters only
• Password must contain 7 characters.
5. Equivalent Class Partitioning(ECP) :
A) For Full Name :
• Does it accepts alphabet YES = PASS
• Does it accept Numeric values YES = FAIL
• Does it accept alphanumeric values NO = PASS
• Does it accept special characters YEs = FAIL
• Does it accept blank space NO = PASS .
B) For Email Id:
• Does it accept alphabets. NO = FAIL
• Does it accept special characters YES =PASS
• Does it accept Numeric values YES = PASS
3. For Password :
• Does it accept only Alphabets YES = FAIL
• Does it accept special characters and numeric values YES = PASS
6.Boundary Value Analysis (BVA) :
A) For Name :
• Does it accept 1 character only
No - PASS
• Does it accept Character only
Yes – PASS
• Does it accept 3 character only
Yes – PASS
• Does it accept 29 character only
Yes – PASS
• Does it accept 30 character only
Yes – PASS
• Does it accept 31 character only
No – PASS
B) For Password :
• Does it accept 8 characters
NO = PASS
• Does it accept special character and numeric values
YES = PASS
7. Error Handling Message Testing :
If any missing in information then should Show “This is required” message in red colour.
sssssssss