0% found this document useful (0 votes)
22 views

Type of Software Testing

The document discusses different types of software testing including alpha, beta, acceptance, black box, white box, component, system, and unit testing. Alpha testing identifies issues before release to market. Beta testing is carried out by customers in a real environment before general release. Acceptance testing verifies end-to-end flows meet business needs.

Uploaded by

Aqib Sultan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Type of Software Testing

The document discusses different types of software testing including alpha, beta, acceptance, black box, white box, component, system, and unit testing. Alpha testing identifies issues before release to market. Beta testing is carried out by customers in a real environment before general release. Acceptance testing verifies end-to-end flows meet business needs.

Uploaded by

Aqib Sultan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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)

You might also like