Web function test summary

web system functional test 18 points Summary:

1, pages link check: whether each link has a corresponding page, and the switching between the right page.

2, dependency check: functional relevance: delete / add a will have an impact on other items, whether if the monk effects that are correct. Such as: an increase in data recording, data recording if the content of a field long, will affect the search function. Data Dependency: a module if the data depends on the data in other modules, after the change, whether changes in the corresponding data block of any one of the other modules.

3. Check the button functionality is correct. Such as: create, edit, delete, close, return, save, import, Previous, Next, jump page reset functions correctly.

4, check string length: length of the string input beyond what is described in the requirements specification, to see whether the system checks the length of the string.

5. Character type check: input other types of content should be entered in place of the specified type of content (such as entering other types of characters in place should enter integer), check to see whether the system character type.

6, Punctuation Check: Enter the content includes a variety of punctuation, particularly in space, a variety of quotes, the Enter key. View the system processing is correct. A common mistake is the system's handling of space, time may be added to the space as a character, but at the time of the query spaces are shielded, making it impossible to add content to the query.

7, check the special characters: input special symbols such as @, #, ¥,% ,! And so on, to see system processing is correct.

8, Chinese character processing: You can enter in the English system input Chinese, to see whether there will be garbled or error.

9, check the integrity of information: when viewing the information and update information, view the information is not all filled update, add and update information if the information is consistent. Pay attention to check when each field should be checked, sometimes, some of the fields will be updated situation of individual fields are not updated.

10, duplication of information: in need of some names, and names should only enter duplicate information or name ID, see the system has not dealt with, whether an error, including whether the same name is case-sensitive, and enter a space before and after typing in, whether the system is to make the right deal.

11. Check the delete function: in some information you can delete more than one place, do not select any information, press the "delete", to see how the system processes, whether an error; and then select one of a plurality of information, to delete, to see if the correct deal with. If there are multiple pages, flip the election to see if the systems are properly removed, and pay attention, whether to delete when prompted, allow the user to correct the error, not accidentally deleted.

12, check additions and modifications are consistent: Check to add and modify if required information is consistent, such as adding a mandatory requirement, modifications should be required; add items specified as integer, change also must be an integer.

13. Check for Modifications same name: When you can not modify the terms of the same name was changed to the content that already exists, to see whether the treatment being given. At the same time, we must note that the report was wrong and will own the same name.

14. Repeat submit the form: one record has been successfully submitted, and then returns submitted to see whether the system has done a deal. For Web system, it can be returned through the browser or return key functions provided by the system.

15, checked repeatedly use the return key: return key place in there, return to the original page, repeated several times, to see whether it will go wrong.

16. Search examination: There is a search function of the input system where the presence and absence of contents to see search results are correct. If you can enter multiple search criteria, you can add the same time reasonable and unreasonable conditions, see system processing is correct, the search time to pay attention to the same special characters, some systems will in time enter special characters, the system will be all information search.

17, enter the information here: pay attention to where the cursor input information at the time, and the cursor will jump to the information entered elsewhere.

18, uploading and downloading files check: upload download files if realized, whether to upload the file to open. Format to upload files of any provision, whether the system interprets the information, and check whether the system can do. Download the file can open or save, whether to download the file has the correct format, can be opened only for special tools and so on. Upload files at the same time you should be tested if the test can not upload the file extension changed to be able to upload the file extension to see if the upload was successful, and, after uploading the file, re-edit, upload to see whether the file exists.

Guess you like

Origin www.cnblogs.com/feiqixia/p/11223114.html