Types of Testing

Load Testing

Load Testing Load testing tests the software or component with increasing load, number of concurrent users or transactions is increased and the behavior of the

Regression Testing

Regression Testing is done to find out the defects that arise due to code changes made in existing code like functional enhancements or configuration changes.

WhiteBox Testing

White box testing techniques analyze the internal structures of the software, including the used data structures, interior design, and code structure, rather than just the

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

Types of Software Testing

In Software Testing you can classify testing in many types according to the specific test requirement which it addresses. There are many types of testing,