0% found this document useful (0 votes)
37 views1 page

Testing

System testing evaluates a complete integrated system's compliance with requirements and, as black box testing, requires no knowledge of internal design. Unit testing functionally and reliably tests components prior to integration. Acceptance testing verifies customer requirements are met, usually done externally. Integration testing combines and tests modules as a group following unit testing and preceding system testing. Black box testing tests without internal knowledge while white box testing analyzes internal structure.

Uploaded by

Al Sheikh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Testing

System testing evaluates a complete integrated system's compliance with requirements and, as black box testing, requires no knowledge of internal design. Unit testing functionally and reliably tests components prior to integration. Acceptance testing verifies customer requirements are met, usually done externally. Integration testing combines and tests modules as a group following unit testing and preceding system testing. Black box testing tests without internal knowledge while white box testing analyzes internal structure.

Uploaded by

Al Sheikh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

SYSTEM TESTING

Testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements. System testing falls within the scope of black box testing, and as such, should require no knowledge of the inner design of the code or logic.

UNIT TESTING
Functional and reliability testing in an Engineering environment. Producing tests for the behavior of components of a product to ensure their correct behavior prior to system integration.

ACCEPTANCE TESTING
Testing to verify a product meets customer specified requirements. A customer usually does this type of testing on a product that is developed externally.

INTEGRATION TESTING
Testing in which modules are combined and tested as a group. Modules are typically code modules, individual applications, client and server applications on a network, etc. Integration Testing follows unit testing and precedes system testing.

Testing stratgies BLACK BOX TESTING


Testing without knowledge of the internal workings of the item being tested. Tests are usually functional.

WHITE BOX TESTING


Testing based on an analysis of internal workings and structure of a piece of software. Includes techniques such as Branch Testing and Path Testing. Also known as Structural Testing and Glass Box Testing.

You might also like