Software Testing Tutorial #35 – Boundary Value Analysis in Testing

In this Software Testing Tutorial, we will learn about boundary value analysis in software testing. Basically, equivalence partitioning and boundary value analysis go hand in hand. We need to apply both equivalence partitioning and boundary value analysis together to come up with the best test cases and get maximum coverage for the component that you are going to test.

Software Testing Tutorial #34 – Equivalence Partitioning in Testing

In this Software Testing Tutorial, we will learn about equivalence partitioning in software testing. Equivalence partitioning (EP) is a very important black box test design technique which is very widely used in software testing.

In this tutorial we will learn about equivalence partitioning with examples and how you can use equivalence class partitioning effectively in software testing and also explain this question in any software testing interview.