Questions tagged [defect]
The defect tag has no summary.
21 questions
0 votes
1 answer
101 views
Formal methods for software defect investigation?
Are there any formal techniques/tools/approaches to software defect investigation? For context, I'm looking at ways to approach intermittent failure in large distributed systems with many variables to ...
5 votes
4 answers
2k views
Does defect density measure QA or dev effectiveness?
Most defect density metrics are like this: Number of bugs / Size (KLOC, Story points, Function points..) I have read that it measures the effectiveness of QA, but I do not get it: I can have a ...
7 votes
5 answers
3k views
What is the difference between 'expected but not desired behavior' and a software bug
Recently I asked this question. As commented in the answer by someone who sounds like a numPy developer, this behavior is clearly not desired. The issue posted was closed stating that this is ...
11 votes
7 answers
3k views
Why do we need both Priority and Severity?
I understand what they determine but is it really useful to assign those to issues found? I mean, it is either required to fixed quickly or not. I know how to set them, categorize them etc. I know ...
5 votes
4 answers
3k views
verify a defect is a production defect or not
As a QA person, I always believe that a defect should have all the steps needed for anyone fixing it to be able to reproduce it. however, is it crazy to think that every defect QA opens need to be ...
71 votes
17 answers
10k views
Is it reasonable to insist on reproducing every defect before diagnosing and fixing it?
I work for a software product company. We have large enterprise customers who implement our product and we provide support to them. For example, if there is a defect, we provide patches, etc. In other ...
1 vote
5 answers
4k views
How can QA prevent defects?
Also according to Software Testing By Srinisvasan Desikan, Gopalaswamy Ramesh or ISTQB text books. Quality assurance is e.g. reviewing products, inspections, walkthroughs to see if all standards are ...
1 vote
2 answers
430 views
Severity and relation to occurence - priority?
I have been browsing through some webpages related to testing and found one dealing with the metrics of testing. It says: The severity level of a defect indicates the potential business impact for ...