Checklist brings together the experienced http://www.aliyun.com/zixun/aggregation/9621.html "> The most effective test idea that the tester concludes, can directly and effectively guide the test work, broaden the thinking of the tester, Be able to quickly discover product defects and achieve better test coverage, and more importantly, the checklist has a strong versatility in different projects. In this series of articles, specific effective checklist will be given in each section and relevant application examples can be provided for your understanding and application.
In WEB development testing, navigation and linking provide users with a wealth of operational experience that enables users to access various types of data through navigation and links. Navigation, in the basic sense, that is, when the user triggers the navigation, the user interface will be directed to another destination page of the current system, in other words, navigation implements the process of changing from one data page to another in the system, which helps users to access the associated data content more easily and quickly. Links, where we refer to hyperlinks that are directly connected to external destination addresses from within the WEB product.
For the navigation and links mentioned in this article, it is simple to understand that navigation is the jump and move within a web product, and links are access to external addresses from within the Web product.
Introduction to Navigation Checklist
Table 1. Navigation Checklist Summary
Serial Number Checklist 1.1 checks to see if the scroll bar will correctly display 1.2 when needed verify that all the actions on the Web page can be completed by keyboard 1.3. Does the breadcrumb navigation exist? 1.4 Make sure that you leave the page without saving the current page with user prompts
1.1 Check whether the scroll bar will display correctly when needed
The display of scroll bars is important in Web navigation. The proper display of the scroll bar is necessary when needed. Here are a few examples to illustrate some of the bug instances that scroll bars may encounter in Web products.
Figure 1. Redundant scroll bar display
As you can see in Figure 1, the page window does not currently display any content that is outside the window's display range, but it still shows scroll bars in both horizontal and vertical two directions. At this point, these two scrollbars are redundant and are a defect of the product.
Figure 2. Scroll bar changes in window size
Typically, the scroll bar is positioned at the edge of a display area, and the position of the scroll bar changes as the size of another area at that edge changes. As shown in Figure 2, when the preview window in the lower part of the diagram changes, the upper scroll bar does not follow the corresponding move to the top edge of the preview window, resulting in an intermediate blank area, which is a product defect.
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.