Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between error,bug and defect?

Answer Posted / shalini

Error: it is deviation from logic,syntax or execution.
there r 3 types of errors
syntactical error: it is deviation from syntax of program
logical error: it is deviation from logic of the program.
executional error: this occurs during executing the program.
Deffect: when the error is discovered by the tester then it
is called deffect.
bug:if the developer accepts the deffect then it is called
bug.

Is This Answer Correct ?    140 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various techniques in black box testing?

1213


Explain the manual testing process?

1280


Hi All I want discuss abt Testing tools is any one available online in google chat?

2149


Give the real-time example for back-to-back testing?

1917


How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.

3134


How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.

1986


Can you explain an application boundary?

1165


When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result

1840


What is data flow diagram?

1181


Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?

2029


Can anyone tell me, What is wound fixing?

2645


hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me

2085


Please can any one tell me 1).Types of reports 2).Types of Meetings.

1899


can anyone tell me few critical bugs in ecommerce project.

6123


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9801