in Testing by
What will you do when a bug turns up during testing?

1 Answer

0 votes
by

When a bug occurs, we can follow the below steps.

We can run more tests to make sure that the problem has a clear description.

We can also run a few more tests to ensure that the same problem doesn’t exist with different inputs.

Once we are certain of the full scope of the bug, we can add details and report it.

...