Types Of Software Testing
Different Testing Types With Details
1) Alpha Testing
It is the most commonly used testing in the Software industry. The objective of this testing is to identify
all possible issues or defects before releasing it into the market or to the user.
2) Beta Testing
Beta Testing is a formal type of Software Testing which is carried out by the customer. It is performed
in the Real Environment before releasing the product to the market for the actual end-users.
3) Acceptance Testing
An Acceptance Test is performed by the client and it verifies whether the end to end flow of the system
is as per the business requirements or not and if it is as per the needs of the end-user.
4) Black Box Testing
Internal system design is not considered in this type of testing.
5) White Box Testing
White Box Testing is based on the knowledge about the internal logic of an application’s code.
6) Component Testing
Component Testing involves testing of multiple functionalities as a single code
7) System Testing
Under System Testing technique, the entire system is tested as per the requirements
8) Unit Testing
Testing of an individual software component or module is termed as Unit Testing.
Misbah Rehman(bsf2003575)