Frequently asked questions for testing web products (used in interviews and work)

As a tester, in addition to doing the most basic business needs testing, you also need to develop your own professional sensitivity.
For example:
1. To get a function to call a third-party SDK, first of all, you need to complete the test according to your needs. Second, you must consider that the SDK should be tested for compatibility to prevent unsuccessful calls to some models after going online.
2. Some interface pop-up prompts, pay attention to line breaks, font size and compatibility, otherwise there may be cases where the layout of the mobile phone is messed up and the words are not displayed completely
3 ...
In addition to the summary in personal work, accumulated from others ’sharing Conducive to improve occupational sensitivity, so you will be better at finding bugs

The following are common problems in testing web products:
1. Resolution, attention to width
2. Browser compatibility, market share
3. Links, dead link detection
4. Shortcut keys and focus: tab, enter
5. Forward, backward and refresh : Test payment and recharge functions are particularly important
. 6. Prompt language: standard
7. Text abbreviation and line splitting: very long, causing interface confusion
8. Pictures and links: upload size
9. Repeat submission: button grayed out disable, loading circle Do idempotent processing
10. Input judgment: format, special "" "
11. Multiple IE simultaneous access: multi-browser and multi-user use
12. Security issues: nocache prevents URL parameters from being cached pwd (not logged in) Access directly with URL) https is more secure
13. Prevent SQL injection and cross-site attacks: <>
14. cookie: life cycle, sensitive content
15. Release of resource link: memory is full and stuck, memory leak top memory rises
16. Log configuration for online system
17. Parameter fault tolerance: illegal + legal combination test

If there are other problems encountered later, they will continue to be added later.

Published 22 original articles · praised 5 · visits 4314

Guess you like

Origin blog.csdn.net/weixin_42231208/article/details/97611574