what is the difference between error,bug and defect?
Answer Posted / saranya c
Error: Fault in the program coding.
Defect: If the error introduced by the tester, then it is
called as defect.
Bug: If the defect accepted by the developers, then it is
called as bug.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What type of metrics would you use?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What are tools of performance testing?
What is a test severity and test priority? difference between them with suitable examples?
I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me
hai friends i did my bcom (distance with out inter)and iam pursuing mca(distance alagappa university)iam learning testing cource in ameerpet can i elgibel for testing jobs pls guide me … …and send details to rangavijetha@gmail.com..thanks
i need some objective type papers for my certification
please anyone let me know the -ve testing of Excel sheet?
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
What is bug release?
what is the difference between Test-bed and test topology?
what kind of testing have u done?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }