FenWangNZ / blog

I love learning. This is my wiki.
0 stars 0 forks source link

CNZBA registration module test case #15

Open FenWangNZ opened 3 years ago

FenWangNZ commented 3 years ago

Requirements: Required fields include name, password, email, etc.

Use case 1: Verify that required fields can be null

Use case 2: Verification of fields with special character requirements

Use case 3: Verification of valid boundary values of registration items

Use case 4: Invalid boundary value verification for registration items

Use case 5: Check the uniqueness of registered users

Use case 6: Verify that the registration password is the same (whether the same password is entered)

Use case 7: Check the system expires (for example, after filling in the information, do not register, register after more than 10 minutes, whether the system exits over time)

Use case 8: Case verification (case sensitive: for example, if abc is successfully registered, an error will be reported when logging in with ABC, so you can register another ABC; case insensitive: logging in with ABC is successful, and you can no longer register ABC)

Use case 9: Verification of page switching (enter the registration item, do not register, go back, and then go forward to see if the password is cleared)

Use case 10: Perform shortcut keys such as enter, tab, etc., copy and paste, database, UI interface testing, performance verification

Summary:

FenWangNZ commented 3 years ago

Modify after discussion with Stephen