0% found this document useful (0 votes)
23 views11 pages

Defect Testing: Presented By:-K.Bindu

Unit testing checks individual program units, integration testing checks component interactions, system testing checks the full system in different environments, and acceptance testing checks customer requirements. Testing involves unit, integration, system, and acceptance phases to check different levels of the software from individual units to full system implementation. A testing workbench provides integrated tools to support the overall testing process.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views11 pages

Defect Testing: Presented By:-K.Bindu

Unit testing checks individual program units, integration testing checks component interactions, system testing checks the full system in different environments, and acceptance testing checks customer requirements. Testing involves unit, integration, system, and acceptance phases to check different levels of the software from individual units to full system implementation. A testing workbench provides integrated tools to support the overall testing process.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

DEFECT TESTING

PRESENTED BY:K.BINDU

WHY TESTING?....

THE PHASES IN TESTING

UNIT TESTING
Unit testing is the testing of an individual unit or group of related units. It falls under the class of white box testing. It is often done by the programmer to test that the unit he/she has implemented is producing expected output against given input.

Integration testing is testing in which a group of components are combined to produce output. Also, the interaction between software and hardware is tested in integration testing if software and hardware components have any relation. It may fall under both white box testing and black box testing.

SYSTEM TESTING
System testing is the testing to ensure that by putting the software in different environments (e.g., Operating Systems) it still works. System testing is done with full system implementation and environment. It falls under the class of black box testing.

ACCEPTANCE TESTING
Acceptance testing is often done by the customer to ensure that the delivered product meets the requirements and works as the customer expected. It falls under the class of black box testing.

TESTING WORKBENCHES

A software testing workbench is an integrated set of tools to support the testing process.

You might also like