Software Testing

Black Box Testing

Blackbox testing tests functional and non-functional characteristics of the software without referring to the internal code of the software. BlackBox testing doesn’t requires knowledge of

Static Testing

Static testing is the form of software testing where you do not execute the code being examined. This technique could be called non-execution technique. It

Non Functional Testing

Non functional testing tests the characteristics of the software like how fast the response is, or what time does the software takes to perform any

Functional Testing

Functional testing is also known as component testing. It tests the functioning of the system or software i.e. What the software does. The functions of

Acceptance Testing

Acceptance testing is performed after system testing is done and all or most of the major defects have been fixed. The goal of acceptance testing

System Testing

What is System Testing? System testing, also called system-level testing or system Integration Testing, is the process in which a quality assurance team evaluates how

Integration Testing

In integration testing the individual tested units are grouped as one and the interface between them is tested. It identifies the problems that occur when

Unit Testing

Unit testing is a software development practice that involves individual units or components of a software application in isolation. A unit is the smallest testable