Please enable JavaScript.
Coggle requires JavaScript to display documents.
Different types of Testing - Coggle Diagram
Different types of Testing
Software Testing
software testing involves much more than just a check on whether something works or not. It also has a lot of responsibility .
Unit Testing
automated tests written and run by software developers
System Testing
tests the entire system
Beta Testing
an early beta version version of the software is sent to potential users who agree to use the software and report any faults
Alpha Testing
test as many paths through the system as possible
Black & White Testing
Black
carried out independently of the code used in the program and checks if the program works or doesn’t
White
depends on the code logic and tests are devised which test each path through the code at least once.
Functional and Non Functional Testing
Non-Functional
tests aspects of the system such as usability, reliability, maintainability and performance
Functional
tests the system’s functionality and behavior
Unit & Integration Testing
Integration
is meant to show that the system’s components work with one another.
Unit
tests the smallest element of the system