Testing - What do you mean by "Reproducing a bug"?

What do you mean by "Reproducing a bug"?

- The reappearance of a bug or defect at the development environment, resolving and fixing the bug is referred as ‘reproducing a bug’. These bugs are retested and reported in the bug tracking system.

- When a bug is found in a module, it must have followed a series of steps. The steps must be noted down by the tester in order to replicate the bug again. Reproducing a bug means following the same steps to find the bug.
Testing - What is Database testing?
Testing - What is Database testing? - Database testing involves testing the behavior of the database when the application is being tested.....
Testing - What are ways of writing test cases for database testing?
Testing - What are ways of writing test cases for database testing? - The backend tables used for each requirement must be mentioned...
Testing - Different stages involved in Database Testing
Testing - Different stages involved in Database Testing - The data that is being inserted in the database must be verified. Verify if the constraints are maintained.
Post your comment