Session-4 Flashcards
What are Bug Report components?
Short description/Synopsis/Title steps-to-reproduce/Description severity (how bad is the problem) priority (the order of fixing the bug) status (move the from person to person in the bug life cycle) many more (see the bug reporting form)
What happens if reported bug can not be reproduced by developer?
Retest on your system Retest on a few other system Compare the environments Reproduce on developer's system Developer debugs on QA system
Developer says the bug is fixed. What is next?
Validate the fix.(follow the steps)
do regression testing (make sure that nothing broken at that same area as a result of that fix)
Major commercial bug tracking systems
Major commercial bug tracking systems: Bugzilla, JIRA, Mantis, Trac
What is the most important part of bug report?
step-to-reproduce
Describe to me the basic elements you put in a defect/bug report?
c
What fields tester fills out in a bug report?
step to reproduce
severity
short description
How do you write a bug report?
- Immediately upon identifying the problem and making sure it is reproducible
- Follow the rule of WWW
- Use technical terms not “people off the street” language”
- bug report should be as complete as possible
who can change severity in the bug reports?
tester
QA Manager
Development manager
who can change severity in the bug reports?
Tester
QA Manager
Development manager
Main purpose of finding bugs?
to get them fix
to improve development methodology so we have less bugs in the future
to collect data for statistical analysis