Defect Tracking
Defect Tracking
- Defect: Deviation from the requirement is called defect
- Bug: Is the same as a defect, the informal name was given to defect
- Error: When a code is not written properly it compiles then it gives an error
Compile Time
It occurs due tom mistake in syntax
Run Time
It occurs due to mistake in logic due to program Failure
A defect leads to failure with application one defect leads to one failure
One defect may lead to multiple failure
All above are occurs because of Wrong Implementation
Missing Implementation
Extra Implementation
Missing Implementation
Extra Implementation