HeaderSIS.jpg

WRESSENCE Bug Metric

From IS480
Revision as of 17:14, 22 February 2012 by Yihui.lee.2009 (talk | contribs)
Jump to navigation Jump to search

Back to WRESSENCE PROJECT MANAGEMENT PAGE

Team WRESSENCE
Project Management

Bug Metric

Definition of Bug

A bug is a term used to describe an error, flaw, mistake, failure, or fault in a system that produces an incorrect or unexpected result, or causes it to
behave in unintended ways.


The Purpose

Bug metric helps the team to keep track of the bugs detected when developing the system and provide the guidelines to prioritize the bugs solving
process.


Frequency of Measurement

Bugs detected will be recorded after the completion of each task. The total bug points will be tracked and measured at the end of every iteration.


The Formula

Total points = 1*(No. of "Low" Bugs) + 3*(No. of "Moderate" Bugs) + 10*(No. of "Critical" Bugs)


The Bug Log


No. Iteration Bug Description Date of Bug Discovery Bug Status Date of Bug Fixed Severity Point
01 1 Facebook Access Token Passing:
  • Cannot use 'me' in url to represent current user to get access token anymore
  • Need to specify the exact ID to get active token
20th Dec 2011 Solved 22nd Dec 2011 10
02 1 Google Redirect URI mismatch error:
  • Return URL in APIs console of google code needs to be filled in with the exact port number
21st Dec 2011 Solved 22nd Dec 2011 10
03 1 Database:
  • Sign up function could not write new user entries to database as ASP.NET membership automatically checks password complexity
  • Passwords which did not fulfill requirements were not written to database
28th Dec 2011 Solved 29th Dec 2011 10
04 1 Error occurred when DHTMLX JS library used dhtmlx Connector to connect to SQL Server 2008 4th Jan 2012 Solved 6th Jan 2012 10
Total Points for Iteration 1: 40
05 2 Old Password for changing password feature does not get validated when editing profile 23th Jan 2012 Solved 30th Jan 2012 10
06 2 Validation error for new password and confirm password for editing profile 23th Jan 2012 Solved 30th Jan 2012 10
07 2 Upon making any changes in profile, the latest display name/email does not show up unless you click refresh, even though its already updated in the DB 24th Jan 2012 Solved 31st Jan 2012 3
08 2 User can unlink the last social media account even when he/she has only one linked social media (Facebook/Twitter/Google ID) left 26th Jan 2012 Solved 31st Jan 2012 10
09 2 After typing a new user name for the first time when creating a new account using default sign-up, the focus always jumps to the display name field after the username is detected, and user is often typing password halfway when that happens. 26th Jan 2012 Solved 31st Jan 2012 1
Total Points for Iteration 2: 34
10 3 When I click on a created event to edit, the date will auto add one day. 6th Feb 2012 Solved 9th Feb 2012 10
11 3 After a new event is created, the name of the event is still captured when I want to create another new event. 6th Feb 2012 Solved 10th Feb 2012 1
12 3 When in Profile Settting, I am being redirected to the login page when I clicked the logo. (Should be Day View page) 7th Feb 2012 Solved 10th Feb 2012 1
13 3 When I click on a created event to edit, the time will auto add one hour. 10th Feb 2012 Solved 12th Feb 2012 10
Total Points for Iteration 3: 22
14 UAT 1 Details of event disappear. (Event Title is missing; Venue is blank or "Mandai Zoo") 16th Feb 2012 Solved 19th Feb 2012 10
15 UAT 1 Review created is not added to the list sometimes 16th Feb 2012 Solved 19th Feb 2012 3
16 UAT 1 Date and time validation is not completed 17th Feb 2012 Solved 19th Feb 2012 10
17 UAT 1 SQL error will occur sometimes when user tries to update title of event. 17th Feb 2012 Solved 20th Feb 2012 10
18 UAT 1 Users are able to go directly to calendar page without log in 17th Feb 2012 Solved 20th Feb 2012 3
19 UAT 1 After updating location in month view, page refreshed and all events disappear 17th Feb 2012 Solved 21th Feb 2012 10
Total Points for UAT 1: 46


An Overview

The Bug Graph