| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: What is a bug? What types of bugs do you know?
Answer: Bug is a error during execution of the program. There are two types of bugs: syntax and logical. |
| April 04, 2005 02:00:05 |
#1 |
| Vinod |
Member Since: Visitor Total Comments: N/A |
RE: What is a bug? What types of bugs do you know? |
| A fault in a program which causes the program to perform in an unintended or unanticipated manner. See: anomaly, defect, error, exception, fault. |
| |
Back To Question | |