1, Web site routine test point summary

Daniel summary we want to help ....

First, the input box:

 

1, normal letters / characters / digital (normal process tests);

2, resubmit (after typing, repetitive clicks the submit button);

3, pure character abnormal / normal input inclusion abnormal characters (@ # ¥% ...... & ** etc!);

4, the length limit (boundary value test, assuming a minimum length of N, the maximum length M, the test N-1, N, M, M + 1);

5, to re-enter (record already exists, repeat input);

6, submitted empty (nothing entered directly submitted to see how program processing);

7, comprising a space (at the beginning, middle, and end);

8, comprising a carriage return (typing contained Enter to see how the treatment, how to save, and how to display);

9, copy and paste operations (e.g., a secondary password needed to confirm authentication, copy and paste must not be active at this time, the rest of the case should be in effect);

10, if the format requirements, verify format (e.g., phone number format requirements, require operators business segment);

11, an invalid entry character sets, such as: null, \ n;

12, full / half-size distinction whether the sign;

13, for the search input box:

 

* If the input whether to search out all of the content;

If you enter a space search out all the content;

If the entire contents of input than to search for characters of a length, whether the seizure of the corresponding content;

Enter the script / html language, will filter (here involving security testing, we can not consider).

 

Second, submit / OK button:

 

1, to submit / OK button, when clicked, data is processed successfully, the page jump correctly;

2, continuous click submit / page button to determine how to deal with, pay attention to the operation to be fast continuous submission, to sign a submission has not been processed, click the next submission, how to deal with the program, whether the error;

3, for the Cancel button, click on the "Cancel" button to see the data have not committed.

 

Third, the back button, back button:

 

1, for the operation of the page, we should pay attention to test the Back button on your browser to operate, after the finish, view the clicks the back button, before the operation whether it will withdraw?

2, continuous hit the back button, the page will see what kind of treatment do, whether an error;

3, for example, has withdrawn from the login page, click the Back button, the page is still logged on?

4, for a return key pages, has been successfully submitted for the record, click the return button to see how to deal with before the operation;

5, for a continuous return key page, click on the back button in a row, how to deal with the page, whether an error.

 

Fourth, the link test:

 

1, first of all, according to test whether all the links as indicated indeed linked to the linked page;

2, secondly, to test the linked page exists;

3, finally, to ensure that no isolated applications on a Web page, the so-called orphaned pages that are not link to the page only know the correct URL address to access.

 

Note that: not logged when testing each feature to jump to the page; each test site for the jump page is to click testing, and operation need to log in, go in without logging operation, the jump is normal all It needs to be verified;

 

Five, session timeout / failure:

 

1, after logging a long time without operation, session timeout, see page jump;

2, which involves all the pages need to log in to the operation;

3, easy way to test for this: visit the website, will be tested Page1 page open in another tab, and then log out of the original page, this time session has failed; this operation Page1 go, you can or failure to achieve the conditions for session timeout.

 

Sixth, the graphical interface test:

 

1, we must first ensure that the graphics have a clear purpose.

2, the site of the picture size to as small as possible, and to be able to clearly explain something, generally linked to a specific page.

3, followed verify that all pages of the font style is consistent; this should be to verify the background color and font color and foreground color matched.

 

Seven test operational processes:

 

Test test interface is not only friendly, but also the ease of use of operating procedures or friendly to do the test.

 

1, not only to verify compliance with the operating procedures of most users accustomed to the operation;

2, if there is excess operating procedures for excess flow is not any good, not only the operation is complicated as well as unnecessary vulnerabilities that may arise;

3, the operation flow is smooth, allowing users to misunderstand steps will not produce;

4, after the completion of each step, we need to give prompt whether explicitly given.

 

Eight, lists and flip function tests:

 

1, for the list page, the page must test its function, not only to pay attention to the relevant button to test each page (note: Test tab key, enter key), especially for the home, Last;

2, also test when the list of pages contained more than five, the case 10 or even more pages; at the same time to be verified later after 5 or 10, or after the page is also a lot of normal;

 

Nine, page prompt test:

 

Page prompt not only a friendly, but also to achieve the entire site style (font size, font color, suggesting the layout, background, prompt tone, etc.) to be unified; to test this prompt, the process proposed in the test were possible It would be more complicated, but also a waste of time and energy; for this kind of problem, it is best put forward a unified, unified summary, because most such cases would be relatively similar situation can be sorted out unified document, feedback to the developers, unity modification, this can improve the efficiency of both parties.

 

Ten, browser compatibility:

 

Now a new development project for the browser's compatibility requirements is relatively high, more mainstream browser is IE6, IE7, IE8 and FireFox, Apple Safari and other browsers, we pass the test, IE6 is not easily compatible with most browser, followed by IE7, Safari; IE8 and FireFox is similar to the general problem. During the test we had better use IE6 browser, easy to find problems; other IE test tool can IETester, this is not entirely accurate, but a view of a computer can only be installed IE browser, can only settle for less Secondly; of course you can also use other colleagues browser validation testing.

 

XI are tab, enter key:

 

When a button or input box test site, to test whether to support the tab key and enter key, use these keys to do the operation is an operation habitual user;

 

Twelve, page title test:

 

The title page of a site is the best to be unified;

To verify that the page title is displayed is correct;

Whether style uniform;

Whether the title similar operations corresponding to different pages of the page coincide.

 

XIII Refresh button:

 

Click the refresh button on the browser page to check how to deal with, whether an error?

 

Fourth, the scroll bar test:

 

For the scroll bar test, pay attention to whether the abnormal test pull the scroll bar

Guess you like

Origin www.cnblogs.com/maoruke/p/12595660.html