Software Testing Course-the Fourth Time blog assignment

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.