Bug Life Cycle
Bug Life Cycle
Check!!
✓ What is Error?
✓ What is Defect ?
✓ What is Bug?
Types of Testing
Bug Life Cycle
What is Severity?
❑ Critical: Defects that cause the software to crash or lead to data loss, making the application
unusable.
Example: A login screen that consistently crashes upon entering valid credentials.
❑ Major/High: Major issues that significantly impact functionality or usability but do not
make the software entirely unusable.
Example: In an e-commerce application, customers cannot add items to their shopping cart.
Severity levels
Example: An online form that occasionally fails to submit, but retrying usually works.
❑ Minor/Low: Minor issues that do not severely impact functionality or usability and are
often cosmetic.
Example:
➢ The products added to the cart of an e-commerce website are not visible on the
payment page.
Example: A bug is found in a social media app where users sometimes experience
a slight delay in loading their newsfeed. While it's an annoyance, it doesn't render
the app unusable. The fix is scheduled for the next regular app update.