How the Error, Defect and Bug are related to each other ?.
Answers were Sorted based on User's Feedback
Answer / phaninath
error: means mistakes in the program
bug:means if the error is rectified it is called bug
defect:if the error is not rectified it is called defect
small example for above scenario:
take a pen it consists of cap,stiker....if stiker is lost
that is called (ERROR),u can replace it with another stiker
that is called (BUG),if pen has hole we can't replace
it ,in that condition we called as (DEFECT)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / shailaja
Error: problem related to a program is called error.
Defect: problem that is identified by testing department is
called defect.
Bug:error that is identified by development department is
called bug.
In my opinion error and bug are same.
| Is This Answer Correct ? | 0 Yes | 1 No |
Different types of design diagrams that supports to write test cases ?
I need information on sales domain?need modules information for online shopping projects for project.
what is test procedure
On what security parameters do u test a "web-based application" ..?
in atm when we type password it displays password in encrypted form *****.what kind of testing is this?
What is CheckList?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
I am a manual test engineer working on an web application product testing.I have worked on test mgmt tool-testlink,defect tracking tool=bugzilla and I know functional-selenium ide (basics.So can anyone tel me which scripting language is extensively used in testing tools so that i can acquire some knowledge about it in order to shift into automation?
what is Project Sign Off?what you consider at this point?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
If there are Requirements document, we can use traceability matrix to find the test coverage. How to get the test coverage if there are no requirements.
1.What is the different b/w error,defect,Bug?