What is differnce between bug and error?
Answers were Sorted based on User's Feedback
Answer / vinay bhatnagar
According to my understanding
Error- Error is obviously a mistake and an error is always a
bug.
Bug- Bug is not always a mistake, example- if we prepare one
system which having more features then client requirement so
its not a error because system is working good with more
features but its a bug as system is not according to the
requirement.
Thanks and Regards
Vinay Bhatnagar
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / amiricks
Hi friends as far as i know
Error :- we can face error if only any syntax,logical,code
error is there in the application, so it may be defined as
Any human action that produce a problem in the system
termed as an error.
Defect:- Deviation from Expected result to actual result is
called defect
Bug:- It is an informal name given to a defect
Failure :- When this deviation is found by the end user
while using the application is called .
If i am wrong please correct me
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Error: when developer is find any mistake in his environment about application that situation called error.
Bug: developer send the application to testing environment, tester find any error is called bug. again tester assign to developer for fix the Bug.
| Is This Answer Correct ? | 5 Yes | 8 No |
What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.
Please explain software release process in detail.
What are the advantage and disadvantage of Selenium IDE tool? Is that useful for testing .net projects? please reply my friends.
what is agile model and spiral maodel?pls explain with an example?
What is pairwise testing?
what is mean by configuration managaement.. explain with example ?
how u can do integration testing and what r the approaches u need to follow?
what are the reasons is commonly cited as the primary benefit to Test-Driven Development?
what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?
Difference between or when do you conduct Acceptance testing User Interface testing ?
what is unit testing? It comes under white box or Black Box testing?
Suppose u have a ICICI Home Page & there is a option link "Bill Payments" so once u click this link then new child window will be open where u have a 1. "amount(Text box)" 2.Auto Debit monthly (check box) & 3. "OK" & "Cancel" Button. Please write the test cases for this Integration Test cases also.