Defects in software testing

sandeepsingh2808 4,608 views 7 slides May 13, 2016
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

this is helpfull for testing people


Slide Content

Defects in Software
Testing
-Presented by
Sandeep A. Singh


-Presented By Sandeep
Singh

1.A defect is an error or a bug, in the
application which is created.
2.Tests show the presence not the absence of
defects.
3.When the result of the software application
or product does not meet with the end user
expectations or the software requirements
then it results into a Bug or Defect.

Various Defects Are…….

Bug/Defects- it’s a terminology for tester.

Failure- This terminology used by the end
user.(customer who using that software)

Mistake- it’s a terminology for human.

Error- it’s a terminology for developer.

Categories of Defects

Functional defects - If the application is not behaving in
the way as the requirements
document suggests then it is considered as a
functional defect. 
Example
•Non- functional defects - once you have entered the
value and you proceed
further but on login button
spells wrong.
• Example

Types of Defects
•Wrong- here functionality is
working but it gives wrong result.
Example – 2+3=5…….(right result)
2+3=6……..(wrong result) .
Missing- here the functionality of
software is missing.
Example - 2+3 = 5 ……….(right result)
2+3= no result…(missing)

Extra- here the functionality is
performing right but it gives extra
details.
Example - 2+3=5……(right result)
2+3=5.0….(extra result)

Cost of Finding and
Fixing Defects
•bugs or defects found later costs more to fix.

Cost to fix bugs increases exponentially(x10times)
•Example-
ü
if defect found during srs and brs costs 10rs to fix.
ü
if defect found in design ,cost is 100rs to fix..
ü
if defect found in code ,cost is 1000rs to fix..
ü
if defect found in released software ,cost is 10000rs
to fix..

Thank
you….