Testing - What is the process of bug cycle?

What is the process of bug cycle?

The following steps involved in the bug cycle process:

1. Bug investigation – when the tester find the bug

2. Bug assignment – when the tester assigns the bug to the developer

3. Bug fixing – when the bug is fixed by the developer

4. Bug retesting – when the developer fixes the bug and given to the tester

5. Bug closing and reopening – when the tester retested and the status is changed to ‘closed’.

What is the process of bug cycle?

1. A bug when found by the tester is marked as NEW.
2. This bug is checked for its validity by the test lead to mark it as OPEN.
3. The bug is then ASSIGNED to the developer.
4. The developer on fixing the bug gives it to the tester for regression testing.
5. The tester may either REOPEN or CLOSE the bug.
Testing - What do you mean by "Reproducing a bug"?
What do you mean by Reproducing a bug? - When a bug is found in a module, it must have followed a series of steps........
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...
Post your comment