what is issue ?and difference between issue, defect and bug
Answer Posted / padmas
Issues are noted while Review, Walkthroughs of project documentations such as requirements specifications, planning documents, schedule reports etc.
Bugs are identified while execution of software code for correctness of functionality implemented during the coding and testing phases of software. If it is code related it is logged under Errors as unit testing bugs, or if it is feature testing error in any type of testing such as sanity, regression, functional, logged as bugs in feature implementation etc.
Defects are identified while QA accepting the products or its features, during acceptance testing or alpha, beta testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the testing approach for windows Explorer(Not IE Explorer)
What is smoke testing and what is sanity?
What is the difference between functional testing and integration testing?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What is defect validity ratio?
What is validation in software testing?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
How do you estimate white box testing?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Which was the most interesting bug you found.
How will you determine when to stop testing?
What are the main key components in web applications?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
Can you explain an application boundary?
What is the Myers Boundary Table?