13.TESTING
Testing should be done through the implementation process. Even before and application is
installed; it makes sense to verify that the basic platform is capable of achieving its design
capabilities. System testing is a critical process. Testing is a process of executing a program with
the explicit intention of finding errors that is making the program fail. This helps in finding the
bottle neck in the system. Executing a program in a stimulated environment performs testing.
The feedback from testing phase generally produces changes in the software to deal with errors
and failures that are uncovered.
BLACK BOX TESTING:
In black box testing or functional testing test cases are decided. Test cases are decided on the
basis of requirements or specifications of the program or module.
Black box testing is done in the project to remove errors:
 Incorrect or missing function
 Interface errors.
 Errors in data structure or external database access.
 Behavioral or performance error.
 Errors in initiation and termination.
WHITE BOX TESTING:
The White box testing or structural testing performs close operation of procedural details. They
test the software logical path by having test cases exercising specific sets of condition and loops.

More Related Content

PPTX
Types of Testing
PPTX
Defect Life Cycle
PPTX
Software Testing Strategies
PPTX
Software testing
PPTX
Software testing strategies
PPTX
Testing Concepts and Manual Testing
PPTX
Testing and types of Testing
PPTX
Software Testing Strategies, Method and Life Cycle
Types of Testing
Defect Life Cycle
Software Testing Strategies
Software testing
Software testing strategies
Testing Concepts and Manual Testing
Testing and types of Testing
Software Testing Strategies, Method and Life Cycle

What's hot (18)

PDF
What is integration testing
PPT
Software testing strategies
PPTX
Software testing
PPTX
PPTX
Testing Concepts and Manual Testing
PPSX
Testing Concepts and Manual Testing
PPSX
Testing Concepts and Manual Testing
PDF
Testing methodology
PPTX
Testing in multiplatform environment
PPTX
software testing methodologies
PPT
Testing strategies in Software Engineering
PPT
Integration testing overview
PPTX
softwaretestingppt-FINAL-PPT-1
PPTX
11 software testing_strategy
PPT
Ppt19
PPT
SECh1920
PPTX
System testing
PPT
Testing Types And Models
What is integration testing
Software testing strategies
Software testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing methodology
Testing in multiplatform environment
software testing methodologies
Testing strategies in Software Engineering
Integration testing overview
softwaretestingppt-FINAL-PPT-1
11 software testing_strategy
Ppt19
SECh1920
System testing
Testing Types And Models
Ad

Similar to Testing (20)

PPTX
Black-box Testing and its categories.ppt
PPTX
3.software testing
DOC
Testing
PPTX
Testing ppt
DOC
Testing terms & definitions
DOCX
Unit 4 Software engineering deatiled notes.docx
PPT
Software Testing
DOCX
Software testing techniques
PPT
Testing and Mocking Object - The Art of Mocking.
PPTX
Software testing
PPSX
Manual testing
PPSX
Manual testing
PPTX
Software testing.ppt
PDF
softwaretesting-140721025833-phpapp02.pdf
PPT
Testing chapter updated (1)
DOCX
PPTX
Ch 2 Apraoaches Of Software Testing
PPTX
white box and black box testing in software engineering
PPTX
Software testing methods
PPT
Testing strategies
Black-box Testing and its categories.ppt
3.software testing
Testing
Testing ppt
Testing terms & definitions
Unit 4 Software engineering deatiled notes.docx
Software Testing
Software testing techniques
Testing and Mocking Object - The Art of Mocking.
Software testing
Manual testing
Manual testing
Software testing.ppt
softwaretesting-140721025833-phpapp02.pdf
Testing chapter updated (1)
Ch 2 Apraoaches Of Software Testing
white box and black box testing in software engineering
Software testing methods
Testing strategies
Ad

Testing

  • 1. 13.TESTING Testing should be done through the implementation process. Even before and application is installed; it makes sense to verify that the basic platform is capable of achieving its design capabilities. System testing is a critical process. Testing is a process of executing a program with the explicit intention of finding errors that is making the program fail. This helps in finding the bottle neck in the system. Executing a program in a stimulated environment performs testing. The feedback from testing phase generally produces changes in the software to deal with errors and failures that are uncovered. BLACK BOX TESTING: In black box testing or functional testing test cases are decided. Test cases are decided on the basis of requirements or specifications of the program or module. Black box testing is done in the project to remove errors:  Incorrect or missing function  Interface errors.  Errors in data structure or external database access.  Behavioral or performance error.  Errors in initiation and termination. WHITE BOX TESTING: The White box testing or structural testing performs close operation of procedural details. They test the software logical path by having test cases exercising specific sets of condition and loops.