+1 vote
in Testing by
Is it possible to achieve 100% testing coverage? How would you ensure it?

1 Answer

0 votes
by

It’s considered not possible to perform 100% testing of any product. But you can follow the below steps to come closer.

  • Set a hard limit on the following factors:
  • Percentage of test cases passed
  • Number of bugs found
  • Set a red flag if:
  • Test budget is depleted
  • Deadlines are breached
  • Set a green flag if:
  • The entire functionality gets covered in test cases
  • All critical and major bugs must have a ‘CLOSED’ status

Related questions

+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma
+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma
...