After a week of learning, I learned that software testing can be divided into process testing and delivery testing.
Software as a huge project, its function is complex. I realize that, therefore, you can't just end up delivering customer pre-tests, you should test them after the code starts, part of it, and you can't test all the results in the end. This principle is obvious.
There are also black-box tests and white-box tests. Black box test method is relatively simple, only test function, regardless of internal structure, while the white box test focuses on the analysis of the internal structure of the evaluation system, more detailed, but also more easily identify the potential problems of the system.
According to the waterfall model, software testing can be divided into four parts, unit test, integration test, System test and acceptance test, respectively corresponding coding, detailed design, summary design, and requirement analysis.
Initial learning software Testing feeling