what is the difference bug,defect,error
Answers were Sorted based on User's Feedback
Answer / radhika
error:human mistakes that caused fault
error is the terminology of developer
bug is the terminology of tester.
defect:from producer point:
a product requirement that has not met
from user point anything that caused end user
dissatisfaction
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / raj
Bug/defect :-
whenever the application deviate from customer requirment
and when it is doing some thing what it should not do
Error:-
it is a mistake while writing the source code by the
developer
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rudraneel
Defect/Bug:
A flaw in a system or syatem component that can cause the
system or system component to perform its desired action.
Error:
A human action that producces an incorrect result.
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the types of functional testing?
What is your favourite Bug?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong
diff b/w installation testing & compatibility testing?
What are the different cost elements involved in implementing a process in an organization?
Guys, can any one of u give the realtime example for Regression Testing
What is defect clustering
In an interview, what r the general questions asked in manual?pls give me anwser to this question?
What is the difference between QA and QC?
How can you test the security of a web site (from hacking), both manually and by using a tool. If by a tool then which one and how?
3. How would u test and automate Windows Auto-Update featur
Data flow testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs