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 meant by Test Methodology?
I saw the term 'Idiot Proofing' under White box test techniques. Really what does it mean?
What is ADHOC testing ?
Why you have chosen Testing as your career, not developer ?
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
hi friends i have a question while the files are uploading into the web server(for storing)..... securely......... what is the meaning securely.......its regarding virus threating or user authentication.... the files are video files these are ripping and converted into .flv format pls clarify ..........thanks in advance......
feasibility testing ??
Why testing is required?
28 Answers Cap Gemini, Infosys,
How do you test for the coockies for a web application?
What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above
What is the Regression Testing Process followed in your company?