How will you link the Defect to the test case? Explain Bug
life cycle
Answer Posted / ramyasri
Hai...
Requirement Traceability Matrix is able to link the
Defect to Test Case.
Bug life cycle:
1) New:When QA files new bug.
2) Deferred: If the bug is not related to current build or
can not be fixed in this release or bug is not important to
fix immediately then the project manager can set the bug
status as deferred.
3) Assigned: ‘Assigned to’ field is set by project lead or
manager and assigns bug to developer.
4) Resolved/Fixed: When developer makes necessary code
changes and verifies the changes then he/she can make bug
status as ‘Fixed’ and the bug is passed to testing team.
5) Could not reproduce: If developer is not able to
reproduce the bug by the steps given in bug report by QA
then developer can mark the bug as ‘CNR’. QA needs action
to check if bug is reproduced and can assign to developer
with detailed reproducing steps.
6) Need more information: If developer is not clear about
the bug reproduce steps provided by QA to reproduce the
bug, then he/she can mark it as “Need more information’. In
this case QA needs to add detailed reproducing steps and
assign bug back to dev for fix.
7) Reopen: If QA is not satisfy with the fix and if bug is
still reproducible even after fix then QA can mark it
as ‘Reopen’ so that developer can take appropriate action.
8 ) Closed: If bug is verified by the QA team and if the
fix is ok and problem is solved then QA can mark bug
as ‘Closed’.
9) Rejected/Invalid: Some times developer or team lead can
mark the bug as Rejected or invalid if the system is
working according to specifications and bug is just due to
some misinterpretation.
K,Byeee...
Thanks & Regards:
B.Ramyasri.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is performance tuning? What are tools of performance testing?
What is data flow diagram?
what type of testing techniques are using after accept the build?
how to clarify functional requirements and non functional requirements in a srs?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
Test cases have written according to Flow of the software working or according to Screens?
What is configuration management in software testing ?
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
On login window for username and password auto populated field means what !
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What are the different servers and difference between them?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Why it is recommended to add verification checks to your all your scenarios?
whta is compile module?