---
title: "How would you ensure 100% coverage of testing?"  
description: "How would you ensure 100% coverage of testing?"  
author: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1273/how-would-you-ensure-100-coverage-of-testing  
category: "testing"  
tags: ["testing"]  
reading_time: 1 minute  

---

# How would you ensure 100% coverage of testing?

We can not perform 100% testing on any application. but the criteria to ensure test completion on a project is \
1. all the test cases are executed with the certain percentage of pass. \
2. bug falls below a certain level \
3. test budget depleted \
4. dead lines reached(project or test) \
5. when all the functionalities are covered in a testcases \
6. all critical & high bugs must have a status of CLOSED.

\

## Answers

### Answer by Chris Anderson

We can not perform 100% testing on any application. but the criteria to ensure test completion on a project is \
1. all the test cases are executed with the certain percentage of pass. \
2. bug falls below a certain level \
3. test budget depleted \
4. dead lines reached(project or test) \
5. when all the functionalities are covered in a testcases \
6. all critical & high bugs must have a status of CLOSED.

\


---

Original Source: https://www.mindstick.com/interview/1273/how-would-you-ensure-100-coverage-of-testing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
