What are the common defects revealed in Functionality
testing?
Answers were Sorted based on User's Feedback
Answer / nag
Types of Defects
Generally the Black Box
Testing techniques is finding below type of defects during
system testing such as
? User Interface Defects
? Boundary Related Defects
? Error Handling Defects
? Calculations Defects
? Race Condition Defects
? Load Condition Defects
? Hard Ware Related Defects
? ID ? Control Bugs
? Version Control Bugs
? Source Bugs
Note 1:
Generally the Test Engineer?s are deciding
severity & priority of defect during reporting but the
priority of defect is modifiable by development team
Note 2:
Generally the development people are
postponing / differing low severity & low priority defects.
L-S: Low Severity
M-S: Medium Severity
H-S: High Severity
L-P: Low Priority
H-P: High Priority
1. User Interface Bugs / Defects : (L-S)
E.g.1. Spelling mistake (L-S & H-P) Seriousness is low but
importance is high priority.
2. Improper Right Alignment (L-S & L-P)
2. Boundary Related Bugs: (M-S)
E.g.1. One object is not taking valid type of values as
input (M-S & H-P)
2. One object is taking invalid type also (M-S & L-P)
3. Error Handling Bugs: (M-S)
E.g.1. Does not return error message to prevent wrong
operations on build (M-S & H-P)
2. Returns error message but complex to understand (M-S & L-P)
4. Calculations Bugs: (H-S)
E.g.1. Dependent output is wrong (application show stopper)
(H-S & H-P)
2. Final output is wrong (Module show stopper) (H-S & L-P)
5. Race Condition Bugs: (H-S)
E.g. 1. Dead lock or Hang (Application Show Stopper) (H-S & H-P)
2. Does not run on other customer expected platforms (H-S & L-P)
6. Load Condition Bugs: (H-S)
E.g. 1. Does not allow multiple users (Application Show
Stopper) (H-S & H-P)
2. Does not allow customer expected load (H-S & L-P)
7. Hardware Related Bugs: (H-S)
E.g.1. Does not activate required hardware device
(Application Show Stopper) (H-S & H-P)
2. Does not support all customer expected hardware
technologies (H-S & L-P)
8. ID-Control Bugs: (M-S)
E.g.1. Wrong logo, logo missing, copy right windows mixing,
wrong version no. , development and testing people names
missing.
9. Version Control Bugs: (M-S)
E.g.1. Invalid differences in between old build version and
current build version.
10. Source Bugs: (M-S)
E.g.1. Mistakes in help documents.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / satya_k21
Common Defects:
===============
-Page not found (Error 404)
-Server Not foung
Regards,
Satya.k
| Is This Answer Correct ? | 4 Yes | 1 No |
what r the different types of testing environments?
what is the diffrence b/w Regression testing and re-testing
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
How should your staff be managed? How about your overtime?
why you want to be a software tester ? why you choose a testing field?
What is the testing that a tester performs at the end of unit testing?
Define Stress, Load, Volume Testing?
do a new defect is required to log for slight variation in steps on defect retest or the defect can be re open
What are the cases why parameterization is necessary when load testing the Web server and the database server?
How to test a web service manually?
1.what is sanity and smoke testing and which one performed first?