First, the Internet B/s system is generally divided into three layers, that is, the presentation layer, business logic layer, data layer, the following is my collation of the Web test methods.
Presentation Layer
One, functional testing
1. Link Test
Confirm that each link is valid and correctly redirected
2. Form Testing
Confirm that the form can be submitted correctly, logically, the function points of each space in the form are correct, such as input box, drop-down box, radio box, check box, button, etc.
3. Navigation test
Navigation location, link correct
4. Business Logic Testing
Business scenario, business flow normal jump, run
Second, interface testing
1. Overall interface
Interface style, first impression, user experience
2. Content Testing
font, color, content spelling, information correctness
3. Graphics Testing
The resolution, size, and display of the picture
Third, compatibility testing
1. Platform
Windows, Mac, Android, IOS
2. Browser
ie, Chrome, Firefox, Saferi
Attention: JS, ActiveX control, JS, Flash, HTML5
Iv. Usability Testing
Easy to use, strong user-friendliness, consistent with users ' habits
Five, configuration test
The different computer configuration, whether can run smoothly
Business layer One, security
1.cookie, session
2. Login Restrictions
3. Log
4. Rolling things back
Second, performance
1. Response Time
2. Throughput rate
3. Concurrency
Data layer One, performance
SQL speed
Second, the data integrity
Whether or not to correctly operate the change
Third, fault-tolerant and recoverable
Web test methods