HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2015T2 BeeSkilled Metrics Management"

From IS480
Jump to navigation Jump to search
m (Edited User Interface for Metrics Management)
m (Added in Bug Metrics Protocols)
Line 42: Line 42:
  
 
<!--Sub Header End-->
 
<!--Sub Header End-->
 
 
[[Image:SM.JPG|650px|center]]
 
[[Image:SM.JPG|650px|center]]
 
<br>
 
<br>
Line 48: Line 47:
 
<br>
 
<br>
 
[[Image:SMScore.png|900px|center]]
 
[[Image:SMScore.png|900px|center]]
 +
 +
===========================================================================================================================================================
 +
<center><font size=3><b>Bug Metrics Impact Table</b></font></center>
 +
{| class="wikitable" style="margin:1em auto 1em auto; height:50px; width: 1000px;"
 +
|+
 +
|-
 +
! scope="col" width="150px" style="padding: 10px; text-align: center; margin-left: 10px; background:#434343; color:#ffffff; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center;"| Severity
 +
! scope="col" width="250px" style="padding: 10px; text-align: center; margin-left: 10px; background:#434343; color:#ffffff; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center;"| Description
 +
|-
 +
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 +
Low Impact (1 point)
 +
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|
 +
Typo error / Small user interface alignment issues / CSS issues.
 +
|-
 +
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 +
High Impact (5 point)
 +
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|
 +
Non-critical functionalities or Javascript functions not working as expected
 +
|-
 +
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 +
Critical Impact (10 point)
 +
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|
 +
The system crashes or is down and unusable for a period of time.
 +
|-
 +
|}
 +
<br/>
 +
<center>
 +
<font color="#000000" size=3><b>Calculation:</b></font>
 +
BUG SCORE = (1* No of Low Impact Bugs) + (5 * No of High Impact Bugs) + (10 * No of Critical Impact Bugs)
 +
</center>
 +
{| class="wikitable" style="margin:1em auto 1em auto; height:50px; width: 1000px;"
 +
|+
 +
|-
 +
! scope="col" width="150px" style="padding: 10px; text-align: center; margin-left: 10px; background:#434343; color:#ffffff; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center;"| Bug Score
 +
! scope="col" width="250px" style="padding: 10px; text-align: center; margin-left: 10px; background:#434343; color:#ffffff; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center;"| Action
 +
|-
 +
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 +
Score < 15
 +
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|
 +
Use planned debugging time to resolve all bugs found in iteration
 +
|-
 +
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 +
Score >= 15
 +
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|
 +
Stop current development and resolve the bug immediately. Project Manager reschedules the project.
 +
|-
 +
 +
|}

Revision as of 13:52, 12 February 2015

Finallogo.png


HOME

 

ABOUT US

 

PROJECT OVERVIEW

 

PROJECT MANAGEMENT

 

DOCUMENTATION

 

USER TEST


 


SM.JPG


SM Iteration7.png


SMScore.png
===============================================================================================================================================
Bug Metrics Impact Table
Severity Description

Low Impact (1 point)

Typo error / Small user interface alignment issues / CSS issues.

High Impact (5 point)

Non-critical functionalities or Javascript functions not working as expected

Critical Impact (10 point)

The system crashes or is down and unusable for a period of time.


Calculation: BUG SCORE = (1* No of Low Impact Bugs) + (5 * No of High Impact Bugs) + (10 * No of Critical Impact Bugs)

Bug Score Action

Score < 15

Use planned debugging time to resolve all bugs found in iteration

Score >= 15

Stop current development and resolve the bug immediately. Project Manager reschedules the project.