Question - What are some defect reporting attributes? 
          
        
        Answer - 
        
Some of the attributes of a Defect report are-
- DefectId – A unique identifier of the defect.
 - Defect Summary – A one-line summary of the defect, more like a defect title.
 - Defect Description – A detailed description of the defect.
 - Steps to reproduce – The steps to reproduce the defect.
 - Expected Result – The expected behavior from which the application is deviating because of the defect.
 - Actual Result- The current erroneous state of the application w.r.t. the defect.
 - Defect Severity – Based on the criticality of the defect, this field can be set to minor, medium, major or show stopper.
 - Priority – Based on the urgency of the defect, this field can be set on a scale of P0 to P3.