what is issue ?and difference between issue, defect and bug
Answers were Sorted based on User's Feedback
Answer / lakshmi
mistakes made my humans while developing the project is
issue and testerrs find that is called defect and a bug
w.r.t enduser while using
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / asif
As per my understanding,
In general Issue is the problem which is found in the any stage is called Issue (like Defect, Error and Bug these all are an issue).
Defect come when the User/Customer/Clint find any problem with the application/product is called as Defect.
Bug rise while product/application are under development stage i.e if the problem found in coding and Testing phase is called Bug.
Friends please correct me if my understanding is right.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / viswa
Issues and Defect: stays parallelly
Is test case doesnot match with the Actual Requirement
Bug: Problem created due to some critical validations
missing, invalid server error etc..
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / shyam
Issue/Defect/Bug all are same.
The tester find any deviation from Expected Result to Actual Result is Called Issue/Bug/Defect
| Is This Answer Correct ? | 2 Yes | 2 No |
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 |
Answer / kiranmayi
issue it's a synonym for defect
defect :-mismatch between expected and actual is called a
defect.
bug:- programmers while debugging if they find any problem
it is called a bug.
| Is This Answer Correct ? | 2 Yes | 4 No |
Is Software Testing categorized as a technical or Non-technical job???
How will you select the regression test case?
what are the key components in your company testplan documents?
what will you do when you were given two diffrent projects and asked to complete them at same time?
What is meant by Test Methodology?
what is the difference between website and web based application ?
Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset
do you write test cases for adhoc testing?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
What is Arthogonal Array Testing Strategy ?
What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?
What are the advantages of automation over manual testing?