Software Testing Process 3

First, the testing phase is divided

Example: Automotive Test

For part test: Unit Testing

For parts are assembled: Integration Testing (Test assembly) center of gravity of test interface

For the whole vehicle test: system test (function, performance, safety, pressure, etc.)

 

(1) Test Unit

a test range: the smallest unit (function class)

b Test Method: white box

. C test basis: detailed design document

d evaluation reference: logical overlay

(2) Integration Testing (Test Assembly)

After function module interface between the assembly: a test range.

b Test Method: gray box testing

c test is based on: the outline design document

d evaluation reference: Interface cover

(3) System Test

a test range: entire system (functionality, performance, security, interface, compatible, pressure, etc.)

b Test Method: black box

c test basis: Requirements Specification (SRS)

d valuation: Demand coverage

(4) acceptance testing (user experience testing)

Two test strategies

a. α Test

Feature 1: users to participate in testing

Feature 2: Expand testing in the development field

Feature 3: technical staff guidance

b.β test

Feature 1: users to participate in testing

Feature 2: real environment, the user's own test site

Feature 3: next to non-technical staff to guide

 

Guess you like

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