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
What are the various techniques in black box testing?
Explain the manual testing process?
Hi All I want discuss abt Testing tools is any one available online in google chat?
Give the real-time example for back-to-back testing?
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.
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Can you explain an application boundary?
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
What is data flow diagram?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Can anyone tell me, What is wound fixing?
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
Please can any one tell me 1).Types of reports 2).Types of Meetings.
can anyone tell me few critical bugs in ecommerce project.
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?