Common test types and their test methods (2)

Functional testing method, that is, the method of testing the product function. Common methods include:

Single run normal value input method

single-run boundary value input method

multi-run sequential execution method

multi-run interaction method

 

Operation: In software testing, the user's "action" or "behavior" is simulated, and the operation should be able to provide the user with complete and meaningful behavior

Single run: In software testing, simulate "one action" or "one behavior" of the user

Multi-run: In software testing, simulating "multiple actions" or "multiple actions" of the user

 

1. Single operation normal value input method

The input value is the normal value allowed by the system

 

2. Single-run boundary value input method

The input value is the "boundary value" of the system

 

3. Multi-run sequential execution method

A test method that performs multiple running operations in a certain order during functional testing

This method is usually used in places related to user operation habits, such as receiving emails before sending emails, logging in before submitting orders, etc.

 

4. Multi-run interaction method

A method of combining multiple interrelated runs for testing in functional testing

For example, when sending an email and receiving an email at the same time, receiving a phone call when listening to a song, etc.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326757677&siteId=291194637