Equivalence Class Partitioning
In this tutorial, we will learn about Equivalence Class Partitioning. In the approach, the domain of test input values to a software application is partitioned into a set of equivalence
Software Testing
In this tutorial, we will learn about Equivalence Class Partitioning. In the approach, the domain of test input values to a software application is partitioned into a set of equivalence
In this tutorial, we will learn about the black box testing. This testing type is named so because the software program, from the eyes of the tester, is like a black box, inside which
This tutorial will help you understand negative testing with some examples. Negative testing is also known as Error Path testing or Failure testing.
In this tutorial, we will learn about positive testing and some examples. Positive testing is also known as Happy Path testing.
Dynamic testing is a software testing technique in which the application is executed. Let’s learn about this technique and its differences in this tutorial.
Static testing is also known as static code analysis. It analyzes and evaluates a program’s code, form, structure, content, documentation without executing the program.