Testing - Explain the different types of Bugs

Explain the different types of Bugs

The different bugs are:

1. Show-stopper / critical bugs: The core dumps, products abnormally shuts down and no work around will be found out, like OS automatic freezing.

2. Major Bugs: The work around is found, but the implementation can be done, like performance degradency.

3. Medium Bugs: These bugs include database errors, link errors, low response time

4. Low/minor Bugs: These bugs are typos, simple GUI errors.

Explain the different types of Bugs

1. A bug caused because of not understanding the requirement.
2. Null pointer exceptions.
3. Access violation bugs.
4. Incorrect format of dates.
5. Bugs due to incorrect syntax.
Testing - Difference between New and Open bug
Difference between New and Open bug - When the bug is found by the tester, the status is marked as NEW.
Testing - What is Pareto Analysis?
What is Pareto Analysis? - Pareto Analysis is a mechanism to find changes that will give the most beneficial results........
Testing - Difference between bug and defect
Difference between bug and defect - A bug is a fault in a program which causes it to behave abruptly....
Post your comment