Software Test form Test

Source: Internet
Author: User

The summary is summarized as follows:

 1. String input Check:
Enter letters
Enter a number
Enter Chinese
Enter general symbol: ~!@#$%^&* () _+{}[]: "<>?
Enter special characters: such as inserting word special symbols
Enter a space
Enter as empty
Input backspace
Enter line breaks
Enter Tab character
Enter ASCII code escape character:/n,/t,/b ...
Input database keywords: select,and,top ...
Enter Hypertext Markup Language: <HEAD>,<TABLE>,<TITLE></TITLE>
Enter CSS text tags: <div id=##></div>
Enter a string for the length of the critical value
Enter a string that exceeds the threshold length: long hint uniform

2, numerical input check:
Normal
Maximum Value
Minimum value
Crossed values
0,-0,00,000 ...
Negative
Decimal: 0.0, Super long decimal, negative decimal ...
Non-numeric characters: letters, Chinese characters, symbols ...

3. Format check:
Phone number format check: Only accept the number, the length of the number is limited
e-mail format check: Legal input, illegal entry prompts increase but
Picture format check: The picture in the legal format, the picture of illegal format can be handled correctly
File format check: Only accept the specified format of the application files, illegal format files can be handled correctly
URL format check: Enter the legitimate Web site, enter the illegal address (such as including special characters) can be handled correctly
ZIP code format check: Only accept numbers, the length of the number is limited
ID Card number Format check: Only accept the number, the length of the number is specified

4, keyword check:
Keyword input cannot be duplicate
Keyword input duplicate name can be handled correctly
Modify an existing keyword to the same
name as other keywords to correctly handle

5, correlation check:
Check the form for items associated with display data for other pages: Add/Remove/Modify the item to see if the associated item is affected properly

6. Database modification Check:
Check whether the data in the form is consistent with the database
Check that the data in the form is updated after the data in the database is updated
For example:
Check that the data in the dropdown list is consistent with the server side
When you check the server-side data update, the data in the Drop-down list is updated synchronously
Check to see if the updated list data is justified

7, must fill in the inspection:
Normal input
Do not enter: can be handled correctly

8, upload/download check:
Uploaded/downloaded files can be displayed/opened normally
Is there a limit to the file format
Is there a limit to the size of the file

9, submit inspection:
Submit after filling out form data as required to check if form information is saved correctly
After filling out the form data as required, discard the submission and the form information will not be saved
Submit to check whether form information can be saved without filling out the form data as required
Multiple submissions of the same data (submitted to->back-> and resubmitted). ), you can correctly handle

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.