0 votes
in Testing by
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?

1 Answer

0 votes
by

The best way is to immediately write a test case for the production defect and include it in the regression suite. This way we ensure that the bug does not get introduced again.

Also, we can think of alternate test cases or similar kinds of test cases and include them in our planned execution.

Related questions

0 votes
asked Mar 29, 2021 in Testing by sharadyadav1986
0 votes
asked Dec 6, 2019 in Testing by SakshiSharma
...