What are the common defects revealed in Functionality
testing?

Answers were Sorted based on User's Feedback



What are the common defects revealed in Functionality testing?..

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

What are the common defects revealed in Functionality testing?..

Answer / satya_k21

Common Defects:
===============

-Page not found (Error 404)
-Server Not foung


Regards,
Satya.k

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

anyone can tell me the example of high severioty and low priority ?

5 Answers   TCS,


FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?

1 Answers   QualSoft,


plz explain about tracebility matrix with example? thanks in advance

2 Answers  


what is meant by acid testing

2 Answers  


what is security testing? can u please set an example for it?

5 Answers  






A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?

0 Answers  


How we will test ubercate

0 Answers  


How do you debug SSH?

0 Answers  


Exact Difference between Sanity and Smoke Testing

6 Answers   Virtusa,


What is the Entry Point for Test Plan?

7 Answers  


What is the difference between functional specifications and business requirement specification?

2 Answers  


what is the difference between test case and test scenerio.explain it with example?

3 Answers   Mahindra Comviva,


Categories