Test theory study (classification, process, method)

One, software testing

Compare actual results with expected results.
Software testing is the process of using manual or automatic means to run or measure a software system. Its purpose is to check whether it meets the specified requirements or to clarify the difference between the expected results and the actual results.

2. The development process of software testing (three stages)

  • Prove that the software is correct;
  • Prove that the software is wrong;
  • Prove that the quality of the software is a series of means to meet the needs of users.

Third, the classification of software testing

(1) Classification according to the test direction
Insert picture description here
(2) Classification according to the test method:
Insert picture description here
(3) Classification according to the test status:
Insert picture description here
(4) Classification according to the test stage:
Insert picture description here
(5) Classification according to the test object:
Insert picture description here

(6) Other categories:

Insert picture description here

4. Internet R&D team structure

Insert picture description here
R&D management mode:
Insert picture description here

Five, test method

Insert picture description here

Six, test process

( 1) Demand analysis stage
Insert picture description here

(2) Test design stage

Insert picture description here

(3) Test execution stage

Insert picture description here
Management of BUG:
Insert picture description here

(4) Test summary stage

Insert picture description here
Seven: Supplement:
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_43812504/article/details/108668708