Posts

Showing posts from February 11, 2018

Coverage Calculation

Before we start understanding coverage calculation using different techniques, I would like to ask you to be really patient to read through the complete post. I tell you this because this particular post is going to be really lengthier post of posts that I have posted so far. :) In my previous post I have covered about "Statement, Decision and Path Coverage", Hence I am going to skip them here if you have not taken look yet you can refer here . As part of TTA course we will explore few more coverage testing techniques. So in this post we are going to talk about: Condition Coverage ( K2) Decision Condition Coverage (K3/K4) Modified Condition/ Decision Coverage (K3/K4) Multiple Condition Coverage (K3/K4) Condition Coverage:  The basic concept is that, when a decision is made by a complex expression that eventually evaluates to TRUE/FALSE, we want to make sure each atomic condition in the decision should be test for true/false. Condition Coverage is also called as