Login
Remember
Register
Ask a Question
Explain The Different Types Of Bugs?
0
votes
asked
Apr 29, 2023
in
Mantis
by
john ganales
Explain The Different Types Of Bugs?
bugtypes
mantisbug
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 29, 2023
by
john ganales
The different bugs are:
Show-stopper / critical bugs: The core dumps, products abnormally shuts down and no work around will be found out, like OS automatic freezing.
Major Bugs: The work around is found, but the implementation can be done, like performance degradency.
Medium Bugs: These bugs include database errors, link errors, low response time
Low/minor Bugs: These bugs are typos, simple GUI errors.
...