GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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.


October 10, 2005 03:03:30 #10
 ybadrinath   Member Since: Visitor    Total Comments: N/A 

RE: What is a bug? What types of bugs do you know?
 
bug: bus is a missing functionality in the application bugs can be classified into: 1.Critical. 2.Major. 3.Minor.based on these severity the priority is assigned by the developer for solving the bug in stipulated time assigned by prority.
     

 

Back To Question