1.What is the different b/w error,defect,Bug?
Answers were Sorted based on User's Feedback
Answer / vijayalakshmi
Some mistakes in coding is erroe
The Error is detected by test engineer is defect
Development people fix the error is Bug.
Is This Answer Correct ? | 8 Yes | 6 No |
Answer / krishna
above said answer is correct except BUG
mistake in codin is error
test engineer findin the error it becomes defect
BUT
when a developer accepts the error or defect it is called BUG (Known error is BUG)
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / mamuni.4002@gmail.com
Error-A human action tends to a incorrect result is nothing but error.
Defect-If that error is found by the tester then that error is called as defect for tester.
Bug-If that defect is accepted by the developer then that defect is called as bug for developer.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / narmadakatagi@gmail.com
ERROR = mistake in code
DEFECT = deviation from requirement
BUG = informal name for defect
Is This Answer Correct ? | 0 Yes | 2 No |
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.
What are the types defect tracking tools?
What is a 'walkthrough'?
What is meant by datadriven test?
do u know abt integration testing,how do u intregate diff modules?
What are the document required to prepare during testing?
what is RTM
Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
What is neutral test case?
what is system integration testing or UAT testing ?
which approach u r following while integrating the modules(top down or bottom up) explain process
Test Cases design during ??? four options are given below. Which 1 is correct... 1. Test recording 2. Test Planning 3. Test configuration 4. Test specification.