Showing posts with label Defect life cycle. Show all posts
Showing posts with label Defect life cycle. Show all posts

Wednesday, July 15, 2015

Software Testing Life Cycle

Defect life cycle or, Bug life cycle
Below are life cycle steps:
  • New: Defect logged for the first time to system
  • Assign: Once bug is approved by lead then bug is assigned to developer,
  • Open: Developers starts analysis and start working on bug
  • Fixed: code fix implemented.
  • Restest: As soon as bug is fixed, and send to qa for testing
  • Verify: After bug fix, tester test the bug again. If bug is not present in software , then state changed to Verified 
  • Reopen: if bug still exists ever after fix, state of bug changed to reopen state
  • Duplicate: two or more bug in system mentioned same concept/issue.
  • Reject: after discussion with stake holder, if bug is not genuine, state of bug changed to rejected
  • Deffered: Bug has expected to be fixed in next release
  • close: if bug has removed from system, state changed to close.