0 votes
in TestLink by
When do you decide to stop testing?

1 Answer

0 votes
by

it’s the test plan which covers the ballpark estimates of the testing cycles. But applications are complex in nature. And it’s not easy to predict the exact time to complete the testing.

However, below are the indicators that signal to stop or halt testing.

  • Deadlines (Release or Testing timelines)
  • Test case completion with expected pass percentage.
  • Testing cost overruns.
  • Attained the desired coverage of code/functionality/requirements.
  • Defect discovery rate falls below the threshold.

Related questions

0 votes
asked Jun 29, 2020 in Python by Robindeniel
0 votes
asked Jan 22, 2023 in TestLink by john ganales
...