What is bug?
bug is when actual result doesn’t match expected result
If test case has 20 steps but only 1 step is failing is it a pass?
No, even 1 step fails the whole test case fails. And it is a bug
What is a show stopper?
bug that doesn’t let you to test further. QA is stuck like application is crashing or QA can’t login
What is bug severity?
technical side of the bug. qa assigns the severity of the bug. it is how much this bug is affecting the system
What is bug priority ?
priority is business side. ba assigns priority of bug. what must be fixed now and what can be fixed later
What is a blocker?
bug that doesnt allow you to test further. qa is stuck like application is crashing or QA can’t login
What is an example of high priority low severity bug?
misspelling name of company
What is an example of low priority high severity bug?
crashing of the functionality that is not used by any user
What is bug life cycle?
new, open, fixed, closed
What do you do when you find a defect?
reproduce it at least twice. look for any duplicates in the system. then log the bug and assign to dev.
What bug must be fixed within the same sprint?
high priority bugs
What do you do if the bug is not fixed when you retest?
i assign back to dev. simply reopen
What is bug ticket… BUG ID?
generated by system you are using
What is bug ticket…PRODUCT?
application affected
What is bug ticket…COMPONENT?
part of application affected
What is bug ticket…BUG TITLE?
summary that explains easily what was observed
What is bug ticket…BUG DESCRIPTION?
actual result observed and what was expected
What is bug ticket…STEPS TO REPRODUCE?
steps to follow to get to bug
What is bug ticket…ATTACHMENTS?
any screenshots or log files
What is bug ticket…VERSION?
build number of app you found bug
What is bug ticket…PRIORITY ?
how important for business
What is bug ticket…SEVERITY?
how this bug is affecting systems technical
What is bug ticket…STATUS?
whether the bug is still open or fixed or verified