what is difference between bug and defect who will find bug
and who will find out defect ..(Like developer or tester)?
Answer Posted / nannan
Firstly, what is a defect? Any deviation from customer
expectation is a defect. It can happen in any phase of SDLC
starting from Requirement phase.
e.g. A mistake in BRD is a defect done by BA.
Any defect in coding found in the Testing phase started to
be colloquially called as a Bug. But later got standardised.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you do system testing at any stage of sdlc?
What is Wound Fixing?
What is difference between Manual testing and Pega/BPM testing?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Test approach to windows scheduler?
How do you test a web application for dump and deaf??
Can you explain the workbench concept?
What are the disadvantages of manual testing?
Hi, Anybody knows about Hexaware company..
Explain the difference between severity and priority.
What are different types of verifications?
What is regression testing? When to apply it?
Why documentation testing is important?
What is mutation testing & when can it be done?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.