Software testing basic knowledge

1. certain software, how are you testing?

A: The appearance of the interface, functionality, performance, security, compatibility, ease of use

2. Why was the assessment of the requirements document it?

A: eliminate discrepancy between demand perfect detail and consensus

3. How to review the requirements document?

A: The accuracy, completeness, priority, clarity, restrictive, consistency

4. Software Quality: customer satisfaction, quality software represents good, bad or

The black box testing: testing only refers to the functional characteristics of the external software, rather than to the internal software structure of the test code;

 White box: it refers only test the code structure without external test software function point

6. Software Testing Category:

Test category Test Methods Executor Test Based Test content
unit test White box Developer Detailed design documents, design documents outline Logical structure of the code and the code
Integration Testing

Based white box,

Black Box supplemented

Developer

Detailed design documents, design documents outline

Software Requirements Specification

The interface between the module and the module
System test black box Testers Software Requirements Specification The appearance of the interface software, functionality, ease of use, compatibility, security, performance
Acceptance Test black box user Software Requirements Specification The appearance of the interface software, functionality, ease of use, compatibility, security, performance

 

Guess you like

Origin www.cnblogs.com/winterhai/p/11061203.html