Category: Software development

What is Modified Condition Decision Coverage?

What is Modified Condition Decision Coverage?

Condition coverage measures the conditions independently of each other. This is closely related to decision coverage but has better sensitivity to the control flow. For MCDC, the rule for designing test cases is that each of the atomic conditions in the complex condition should contribute to a false and once to a true result for […]

Read More

Difference between Regression Testing vs Retesting?

Difference between Regression Testing vs Retesting?

It’s called a black box because you don’t look inside the software, you just test its inputs and outputs. Confirmation testing can be combined with other black box testing methods, such as input validation and boundary value analysis. It means that our confirmation testing is successful. In case the defect still occurs, the ticket is […]

Read More