Why do we create bug reports?correct answersIn order to get bugs fixed
What needs to be included to make a good bug report?correct answersHow to
reproduce the bug. Analyze the problem to minimize number of steps to reproduce it. It
should be complete, easy to understand, and non-conflicting.
What is a use case?correct answersUse cases are used by Business Analysts as a
format for specifying system requirements. Each use case represents completed
business operation performed by user. From the QA prospective we would need
to execute End-To-End test to make sure the requirement is implemented.
How can a tester be sure that bug was fixed?correct answers- execute the steps in the
bug report
- make sure the fixed bug does not result in new bugs in same area
What is the Rule of WWW?correct answersWhat happened, Where it happened, under
Which circumstances
Describe the basic elements you put in a defect/bug report?correct answers· Problem
Summary / Short Description / Synopsis
· Steps to reproduce (Detailed Description)
· Severity (Critical, Serious, Minor, Suggestion)
· Status (Open, Pending, Fixed, Closed, cannot reproduce, etc.)
If you find a bug and the developer says it is as-designed, what can you do?correct
answers- find an exact requirement, which defines the way it should be designed
- if there is no specific requirement compare to same feature implemented in quality
applications (ask your manager which applications to compare to)
What are the most important parts of a bug report?correct answers· Steps to reproduce
· Short Description
· Severity
· Priority
· Status
How do you write a bug report?correct answers· Rule of WWW - What happened,
Where it happened, under Which circumstances
· Write one bug report for each fix to be verified
· Bug report should be as complete as possible
· Bug reports are as concise as possible