1, the background of a company's website management has a user registration function needs to test, the test is a black box test, please use a table to give the function of the test case (refer to the Textbook P107 page). The user registration function is described as follows:
(1) The administrator must first log in, to enter the site management, access to the background management interface can be user registration (assuming that the user registered URL address is http://www.fengt.com/Admin/UserRegister.jsp)
(2) User registration requirements to enter the user name, password, password confirmation, mailbox, these 4 items can not be empty
(3) The user name requires 6-10 characters, consisting of letters and numbers, and can only begin with a letter. The user name is unique.
(4) Password at least 6 digits, including letters, numbers and special symbols (such as:!) + ~ etc)
(5) The mailbox must comply with the mailbox rules
(6) Any requirement above the law should have a corresponding prompt
(7) Registration success must prompt "registration success, please remember password" and jump to the user login page to sign in (assuming the user login page is http://www.fengt.com/Admin/Login.jsp)
| Test Cases |
Test scenario |
Test steps |
Test results |
| T1 |
Administrator Registration |
To register |
Go to registration page |
| T2 |
Manage Account Login |
Click the Sign In button to sign in |
Enter your account password and login successfully |
| T3 |
Login account password Error check |
Detect the password of the account that was entered incorrectly |
Prompt for password error |
| T4 |
Verify User name Input box |
Enter XX |
Prompt for malformed user name |
| T5 |
Check Password input box |
Enter a five-digit number |
Prompt password setting is too short, password security level is not high |
| T6 |
Check the password input box two times |
Enter a five-digit number |
Prompt is consistent with the first password input |
| T7 |
Verify Phone/mailbox check |
Enter your phone or email |
Phone/mailbox format with incorrect tips |
| T8 |
Checksum check Code |
Enter four-digit uppercase English or digital |
Check code for prompt error |
| T9 |
Login successful |
Enter the correct account number and password |
Prompt to log into account successfully |
Software Testing Course-the Fourth Time blog assignment