Wednesday 10 May 2023

Log defects

Log Defects   

  Defect logging is simply finding bugs and defects in the application that is being tested. The testing team checks for potential issues and logs the defects along with their status and priority before assigning it to the development team.

   ▪  Defect ID - Unique identification number for the defect.

▪ Defect Description - Detailed description of the defect including information about the module in which defect was found.

▪ Version - Version of the application in which defect was found.

▪ Steps - Detailed steps along with screenshots with which the developer can reproduce the defects.

▪ Date Raised - Date when the defect is raised

▪ Reference- where you Provide reference to the documents like . requirements, design, architecture or may be even

screenshots of the error to help understand the defect

▪ Detected By - Name/ID of the tester who raised the defect

▪ Status - Status of the defect , more on this later

▪ Fixed by - Name/ID of the developer who fixed it

▪ Date Closed - Date when the defect is closed

▪ Severity which describes the impact of the defect on the application

▪ Priority which is related to defect fixing urgency. Severity Priority could be High/Medium/Low based on the impact urgency at which the defect should be fixed respectively

                                 



No comments:

Post a Comment

User Acceptance Test

User Acceptance Test User Acceptance Testing (UAT) is one of the last stages of the software development life cycle. It is performed after t...