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 #18 – What is Black Box Testing

In this Software Testing Tutorial, we will learn what is black box testing with examples and how you can explain this question in any software testing interview. Black testing in software testing is a software testing method in which tester tests the software without much understanding or knowledge of internal design / architecture of software.