UI Test
UI testing includes the following aspects:
1) The style of each page is unified;
2) The size of each page is consistent, the same logo image in each page to show whether the size of the same, the page and the image is centered;
3) The title of each page is correct;
4) Column name, article content, such as the text is correct, there is no typos or garbled; the same level of font, size, color is unified;
5) Hints, warnings or error descriptions should be clear and easy to understand, use words accurately, and discard ambiguous words;
6) Switch The window size, reduce the window, the page is scaled down or scroll bar, the different styles of the page is consistent (proportionally reduced or scroll bar, not both);
7) The center position of the parent form or main form should be near the diagonal focus; The subform position should be in the upper-left or middle of the main form, and the multiple child forms should be shifted to the right and down, so as to show the title of the form appropriate;
8) button size is similar, avoid using too long name, so as not to occupy too much of the interface position, to prevent the Open interface to place a large button, the style of the button should be unified, the spacing between buttons is consistent;
9) The color of the page is unified, the foreground and background color collocation reasonable coordination, the contrast should not be too big, preferably less dark or barbed purpose color;
10) If there is scrolling information or pictures, put the mouse on it, to see whether scrolling information or pictures stop;
11) Whether the navigation is displayed at the corresponding column level, or whether the navigation text is displayed on the same line;
12) All the images are loaded correctly, in different browsers, resolution slices can be displayed correctly (including location, size);
13) The article List page, the left side of the column and the first level, two columns of the name, the order of the same;
14) Adjust the resolution to verify that the page format is misaligned;
15) The mouse moves to the flash focus on whether the effect is realized, remove the focus effect has disappeared;
Paging test
The pagination test is divided into the following areas:
1) When there is no data, home, previous page, next page, the last label all Gray;
2) on the first page, "Home" "previous" label Gray; at the end of the page, "Next" "Last" label Gray, in the middle page, four tabs can be clicked, and jump correct;
3) After paging, the data in the list is sorted in the order specified;
4) Whether the individual paging labels are on the same horizontal line;
5) the page label style is consistent across pages;
6) The total number of pages and the current page display is correct;
7) Whether it can jump to the specified number of pages correctly;
8) Enter non-numeric characters (English, special characters, etc.) at the page, enter 0 or exceed the total number of pages, whether there is a friendly message;
9) Whether to support the monitoring of the ENTER key.
Search Test
Search testing is mainly divided into the following areas:
1) Whether the Search button function is realized;
2) Enter the information that exists in the website, can search the result correctly;
3) input All the special characters in the keyboard, whether or not error; Special attention: _? ’ .· \/--; special characters
4) Whether the system supports keyboard enter, TAB key;
5) Whether the search results page is consistent with other page styles;
6) Enter a space in the input field, click on the search system for error;
7) The Search input field in the site does not enter any content, whether the search is all the information or give a hint of information;
8) Accurate query or fuzzy query, if it is fuzzy query input: in% country. The query results are not all contain two words of Chinese information;
9) Focus on the search box, whether the search box content is emptied;
10) Whether the search input domain implements the ENTER key monitoring event;
Form Testing
Form testing is mainly divided into the following areas:
1) Registration, login function is realized;
2) Submit, empty button function is realized;
3) Modify the form and the registration page data item is the same, modify the form to verify the duplicate name;
4) Whether the submitted data can be stored correctly in the background database (the data in the background database should be identical with the foreground input content, the data will not be lost or changed);
5) The form submitted, deleted, modified whether there is a hint of information;
6) The browser's forward, backward, refresh button, whether it will cause data reproduction or page error;
7) Whether the Submit form supports enter and TAB key;
8) Whether the drop-down list function is implemented and whether the data is complete (for example, whether the data is interactive in the provincial and urban drop-down lists);
Input domain test
Input domain testing is mainly divided into the following areas:
1) Whether the input of mobile phone, mailbox, ID number and so on have length and type control;
2) Input Chinese, English, numeric, special characters (special attention to single quotation mark and backslash) and the four kinds of mixed input, whether will error;
3) input space, space + data, data + space, whether the error;
4) Enter the HTML language 5) Input full-width, half-width of English, digital, special characters, etc., whether error;
6) Whether there is a need to fill in the control, do not enter the required fields, whether there is a friendly message;
7) Enter the extra long field, whether the page is open or not;
8) input greater than, equal to, less than the data table specified field length of data, whether error;
9) Enter the character of the data type specified in the Non-data table, whether there is a friendly prompt information;
10) Enter the return key in the text box to display whether the carriage returns to the line;
11) Password input field input data display is visible.
Link test
Link testing is mainly divided into the following areas:
1) the page is not connected to the content, whether the picture can be displayed correctly, there is no redundant images, code specification, whether the page is stored dead link (can be found using the HTML Link Validator tool);
2) Whether there is any useless link on the image, click on the link on the image to jump to the correct page;
3) First click on the logo under the first level column or two column name, whether you can enter the corresponding columns;
4) Click on the homepage or the list page of the article title of the link, whether you can enter the corresponding article of the detailed page;
5) Click the "more" link after the first page column name, whether the correct jump to the corresponding page;
6) The article List page, the left side of the column link, whether it can be correctly jump to the corresponding column page;
7) The navigation link is the correct page, whether you can jump to the corresponding page by column level;
"Tool" site test focus