πŸ›Bug and Bug life Cycle

Error (mistake)/defect (tester found)/bug (developer assigned) is the cause of a system/software failure. There is a life cycle in STLC to keep tracking and fixing bug this is known as Bug life cycle. Bug life cycle has following stages:

  • New

  • Assigned

  • Open

  • Fixed

  • Re-test

  • Verified

  • Re-open

  • Closed

  • Duplicate

  • Rejected

  • Deferred

  • Not a bug

BUG ticket format

  • UI or Functionality Bug

    Format

    Title: [Feature or Page] <Issue>
    
       Details:
    	Tested on: <URL> or <Environment>
    	Test Data: <user credentials> or any test data
    
    	Steps to Replicate: <steps on how you found the bug.>
    
    	Expected Result: <given the steps, what is/are the expected behavior(s)>
    	Actual Result: <what actually happened after doing the steps>
    
    	Screenshot or Screen Recording:  <link or attached file(s)>
    
    Priority: Critical, High, Medium, Low
    Assignee: <assigned developer>
    
    Other fields:
    Epic Link: <card number or link to the feature>
    Linked Issues: <related story cards>
    Flags: Blocker, etc.
    
    Required fields

    Example:

    Title: [Compliance Check Settings] Cannot enable Contrabet Offender Setting
    
    Details:
    
    	Tested on: <http://admin.development.aonewallet.com/en/withdrawals/compliance-checks> 
    	Test data
              Admin code: m377,
    	  Admin username: 'admin88', 
              Admin password: 'password'
    
    	Steps to Replicate:
    	1. Log into the admin portal.
    	2. Click Withdrawals > Compliance Checks in the Side Menu.
    	3. Click the Enable toggle switch of the Contrabet Offender Setting.
    	4. Click Save Changes button.
    	
    	Expected Result: Contrabet Offender Compliance Check Setting should be enabled
    	Actual Result: Contrabet Offender Compliance Check Setting is still disabled
    	Screen recording: contrabetsetting.mp4
    
    Priority: High
    Assignee: Janel
    Epic Link: Withdrawals
    Linked Issues: [Blocks] ONW-911 Admin enables compliance check settings
      [relates to] ONW-922 Admin updates compliance check settings
    Flag: Blocker

  • Web Service (API) Issues Format

Example:

Last updated