What is Defect/Bug/Error Life Cycle?
Answers were Sorted based on User's Feedback
Answer / jyothi
Defect--During requirement phase if we find its called as
defect.A defect in requirement.
Bug-----During testing phase if we find its called a BUG.
Error Life Cycle-
1)Open
2)assigned(assigned to dev)
3)Dev-passed(after fixing)
4)Under testing(when testing team receives the fix)
5)Closed(if working fine)else reopen
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / jyotheeswar
A Mistake in coding is called an ERROR. This mistake
detected by test engineer during testing called defect(or)
issue. This defect (or)issue accepted by defect tracking
team as code related defect called BUG.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / guest
Open/new
Fixed /solved
Closed /validate
Reopen
Duplicate
Terminate
Deferred
Under observation
Work in progress
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / ravi76xy
Defect is the issue caught while Testing, When the as said is accepted by the
developers then the as said is called as a Bug;
Error always occurs in the coding during Unit Testing by the development team.
(isues regarding the coding are said Error's)
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / bhuvana
Bug--->Open--->Assign--->Evaluate--->Fix--->Verify
--->Integrate--->Close.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / deep
Hey Guys If bug is fixed its fine it ll be closed.
If not then it will be re-assign to the developer again.
But Who ll re-assign it..........Is it the test engineer or
the Lead.
One more question here who ll set the priority...If
developer why ?? why not the tester....Is that because the
backlog sheet is maintained by the developer.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / anu
New: When a new defect is logged and posted for the first time. It is assigned a status as NEW.
Assigned: Once the bug is posted by the tester, the lead of the tester approves the bug and assigns the bug to the developer team
Open: The developer starts analyzing and works on the defect fix
Fixed: When a developer makes a necessary code change and verifies the change, he or she can make bug status as “Fixed.”
Pending retest: Once the defect is fixed the developer gives a particular code for retesting the code to the tester. Since the software testing remains pending from the testers end, the status assigned is “pending retest.”
Retest: Tester does the retesting of the code at this stage to check whether the defect is fixed by the developer or not and changes the status to “Re-test.”
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhubabu
Error:If any mistake find in the coding time is called an
"error".
Bug: if the same error find by a tester in testing time is
called a "bug".
Defect: if the same bug is given to the developer to fix
is called "Defect":
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / ramireddy
When we found a defect /Bug we will set the status New and
set the severity and then assign to the inour seniour
people based on the severity they will set the priority and
then they will assign to corresponding developer based on
the severity dev fix it.and again tester again re-testedhe
will fix correctly close the bug, other wise then again re
assign to the corresponding dev.
| Is This Answer Correct ? | 2 Yes | 5 No |
if there are 10 step in test cases while executing if their is mismatch at step 5 what is status of test case ? pass or fail or anything else? if require tab is not available then what's the status of test case?
what type of testing u are doing?
What is the Reporting Tool in java explain and give example?
What is Test idea? format of test idea
After asking the defect life cycle, if you think it is not a valid defect, what you will do, whether you will store in any document for future reviews,if yes, what is that document, where you will save that document? or just reject it and close it?
if there are 10 step in test cases while executing if their is mismatch at step 5 what is status of test case ? pass or fail or pending or test not complete or else? if require tab is not available then what's the status of test case?
what is the meaning of the test strategy and what it consists?
What Methodology is followed in your testing?
Hello friends.. Can anybody here explain me or provides me notes of these topics in detail with interview questions... Topics are:- History of Software Engineering Waterfall Model Prototype Model Spiral Model Software Quality Testing Software Development Life Cycle Software Testing Life Cycle white box testing methodology black box grey box Definition of Quality,Quality Assurance,Quality Control Verification and Validation Static Testing Dynamic Testing only on my gmail mca.rachna21@gmail.com
An engineering college wants to automate their examination activities to speed up their work and maintain high-end accuracy of information. A brief overview of the proposed system is given below: The proposed examination system is consisting of 8 semesters spread across 9 branches (assume your own branch names) and spans over a period of 4 years. Each student belongs to a branch and must register for a minimum of 6 courses but not exceed 8 courses maximum. The scoring pattern for each course is given as below: Maximum marks for each course: 100 Pass: 35% Distinction: 70% and above First class: =>60% and <70% Second class: >50% and <60% Pass Class: >=35% and <50% The proposed system computes the result and announces the results every semester. The results must be accurate and all examination records will be maintained till the students leave the college. Develop a Test Strategy to test the proposed system. Your Test Strategy must include the following: • Test Plan • Testing Methodology to be followed • Test cases • Test effort estimation • Test Correction Mechanism Note: If you need more information on the requirement specification, you are permitted to assume along the same line but clearly specify the details.
how many levels of regression testing is avilable in our testing process?
how will you know whether your reported defect rejected?