Software Test Method 2

Test Methods

1, depending on whether the focus on the internal structure of the program

(1) black box testing: Follow procedure without internal structure (source code)

According to the needs of the operating software, we found a way wrong

(2) white box: Follow the internal structure of a program (source code)

According to the detailed design document

Read the code

Walkthrough

(3) gray box testing: White + Black

2, depending on whether the software is running

(1) Static Test (method does not run the software to find the bug)

(2) dynamic test (method to find the bug by running the software)

3, depending on whether the use of automated tools

(1) manual test

(2) automated testing

Write automated scripts and post-maintenance takes a lot of investment

Supplementary face questions: What projects suitable for automated testing?

a. long project cycle

b. Demand stabilized

 

Guess you like

Origin www.cnblogs.com/1218-mzc/p/12626857.html