what is the difference between bug and defect?
what is the definition of bug?
what is the definition of defect?
Answer Posted / varshab
Bug & defect is same.many people think that these are two
different things.If you still have any doubt abt it You can
refer ISTQB syllabi for it.These are just two terms used
for same thing.It is also called as Incident or Fault.
Bug/Defect : It is flaw in component or system which can
cause component or system to fail to perform its required
operation.
You should also know defination of error & failure to
understand these terms clearl.
Error : Incorrect human action.
Failure : Departure from expected behaviour.
User made mistakes while using software that result in
error.then because of this error system fails to perform
its intended operation so it leads to defect/Bug .If these
Bug occured during execution system can fail so bug leads
to failure of system.
Error-> Bug - > Failure.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Define brain stromming?
What is mean by incident logging system ?
What is the term ‘quality’ mean when testing?
What is agile testing and why is it important?
If you're given a program that will average student grades, what kinds of inputs would you use?
What is defect cascading in software testing?
How to find bug in photos and videos ??
how to test ecg machine?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
What is Registry?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
Test cases have written according to Flow of the software working or according to Screens?
Why is it impossible to test a program completely?
What is six sigma?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form