A complete collection of web functional testing methods - complete! comprehensive! (Pure dry goods, it is recommended to collect~)

This article uses six parts to sort out the missing parts that are prone to occur during the web functional testing process, so as to discover the omissions in your work. (Pure dry goods, it is recommended to collect~)

1. Input box

1. Character input box
insert image description here
2. Numeric input box


3. Date input box

4. Duplicate information

In some cases that need to be named, and the name should be entered as unique information, it is necessary to pay attention to the repeated name or ID, and check whether the system has processed it, and whether an error will be reported. Duplicate name includes: whether it is case-sensitive, and if spaces are entered before and after the input content, whether the system handles it correctly.

2. Search function

If the query condition is an input box, refer to the test method of the corresponding type of input box.

1. Function realization

2. Combination test

3. Add and modify functions

1. Special keys

(1) Whether to support the Tab key;

(2) Whether to support the Enter key.

2. Prompt information

Are there any error prompts where the requirements are not met?

3. Uniqueness

(1) The field is unique, whether it can be added repeatedly;

(2) After adding, whether it can be modified to an existing field (the field includes case sensitivity and spaces before and after the input content, after saving, whether the data is really inserted into the database, pay attention to the correctness of the data after saving).

4. Data correctness

insert image description here
insert image description here

 

4. Delete function

1. Special keys

(1) Whether to support the Tab key;

(2) Whether to support the Enter key.

2. Prompt information

(1) Do not select any information, directly click the delete button, whether there is a prompt;

(2) When deleting a piece of information, there should be a confirmation prompt.

3. Data realization

 


insert image description here
insert image description here

5. Registration and login module

6. Link test



2. Graphics test

In general, it's a good idea to use little or no background. If you want to use a background, it's best to use a monochrome one, along with the navigation bar on the left side of the page. Also, patterns and pictures may distract the user's attention.
 

Finally, I would like to thank everyone who has read my article carefully. Reciprocity is always necessary. Although it is not a very valuable thing, you can take it away if you need it:

These materials should be the most comprehensive and complete preparation warehouse for [software testing] friends. This warehouse has also accompanied tens of thousands of test engineers through the most difficult journey, and I hope it can help you! Partners can click the small card below to receive  

Guess you like

Origin blog.csdn.net/kk_lzvvkpj/article/details/130854674