What is the difference between a Defect & an Error?
Answers were Sorted based on User's Feedback
Answer / leela
a defect is any functionality that is not working as per
the customer req.
ex:when ever cust asks the developer to place buttons and
check boxes in the middle of screen but bymistake he places
them at the bottom thats called bug or defect but it does
not cause wrong output.
an error results from mistakes in code or pgm..
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / mittapalli nagesh
A mistake in coding is called error,error found by tester is
called defect,error found by customer is
called bug.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunitha
Typically a bug is when something works incorrectly. An
error is when
something doesnt work at all. A bug can be squashed and an
error u cant.
OR u can say like this also....
A mistake in coding is called error,error found by tester is
called defect defect accepted by development team then it is
called bug...."Correct me if am wrong".
| Is This Answer Correct ? | 2 Yes | 5 No |
How do you make the configuration and mappings permanent?
What is contained in the test scripts?
how do you analyze the result in update and debug mode
which is the latest version in Winrunner
What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner
what is split function?Give me the syntax?
What is the difference between gui map and gui map files?
How you integrated your automated scripts from TestDirector?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How do you handle pop-up exceptions?
How do you view the contents of the GUI map?
How do you determine what to test?