whatis the diffrence bug ,error,defect
Answers were Sorted based on User's Feedback
Answer / sailesh reddy
error: if any mistake found in the coding is considered as error
defect: while testing if the functionality of an object is
not working as expected then it is considered as a defect
bug: the same defect will be considered as bug by the
developers if they accept the defect raised by the tester
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / gaurav sharma
Error : Is an undesirable deviation from requirements
Bug : Is an error found BEFORE the application goes into
production
Defect :Is an error found AFTER the application goes into
production
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / suresh
Error: when the time mistake of the developer that is error
Defect:error notices found the tester that is defect
Bug:defect aggree a developer that is bug
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ch.s.m.prasad
Error: A mistake in a coding is called Bug
Defect : Due to errors in coding testing engineers are
getting mismatches in the application build these are
called defects or issues
Bug :these defects or issues are accepted by developers to
be solve then it is called bug.
Is This Answer Correct ? | 3 Yes | 6 No |
Answer / kanishk
Error : A human mistake that produces incorrect results.
Defect or Bug : A flaw in the componet or system that can
cause the software to fail in performing the required
functionality.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / srinivas374
ERROR:IF it is found in developers Environment by
developers only.
BUG:Testers find while testing an Application/build.
DEFECT:If the developers accept the bug and fix it than it
defect.
Is This Answer Correct ? | 8 Yes | 23 No |
How will You select the regression testcase
How would you build a test team?
As a tester what type of document req. on tester's banch to design the test cases and for executon.what will be the practical approch If we are using excel-sheet.through excel- sheet how tester communicat with developrs about the test cases and resut and what will be the cycle of testing betwen tester and developers.what type of MANGEMNT TOOL (like VSS) should be used (PLEASE IN DETAIL)by tester if he is workink in small company.
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
Graph-based testing methods can only be used for object-oriented systems .Is it true. explain
What is a test data? Give examples
There is an help option in one window, which consists of 100 pages. I want to test one word from every page. How can I do this in 5 minutes?
In an application where there is no need of regession testing and retesting?
How can a white box testing performed ? MAnual or automated ?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.