1. Brief Description
[The Description Briefly Conveys The Role and Purpose of The Use Case. A Single Paragraph Will Suffice for this Description.]
2. Basic Flow of Events
.. Software user finds bugs of that software He wants vendor to fix these bugs, so he tells description and sends several snapshots about these bugs to vendor's customer service (CS) He also tells that some of these bugs must be fixed at once; some Are not So Urgent, AS Well As Some Are Just Nice to Have. At Last, He Asks Cs To Notify Him by Email When the Bugs Are Fixed.
CS records when user tells these bugs, code each of these bugs, and then reports these bugs to project manager of that software in papers one by one. CS receives bugs from quite a lot different software, so he also categorizes these bugs under corresponding software Name.
Software development team manager, who is also called project manager (PM), is notified about these bugs by email. For these critical bugs, PM wants to be notified once CS records them. However, for some case, company needs CS to confirm it's really bug at first before he sends notification. After CS proves they're truly bugs, he sends these bugs by email in a daily base. Meanwhile, it's decided by PM whether to be notified at once or not. If it's not bug, CS .. should reply to user at once, tell user why it's not a bug PM also needs Business Analyst (BA) to be notified at the same time he receives bug notification After PM receives notification, he will discuss with BA about these bugs: if they are truly bugs; is it so critical to be fixed in current software version, if not, when will this bug be fixed Especially, if it's just a suggestion, should it be fixed now Who will be responsible to fix bug When??? WILL THIS BUG BE FIXED? After Making Decision About All Bugs, Plus Fixed Bug STA tus, PM sends a summary to CS, which is based on last day's bug report, CS will tell status of these bugs to user. User can only get his own bug daily report. Every year, a bug statistic will be generated, through this report, the user who 1, reports the most quantity of bugs, 2, reports the most quantity of critical bugs will be invited to travel, or some activity else to improve relationship between company and customer.2005-03-24 Found BugsNoDescriptionStatusEstimate Fixed TimeRemarksAU101 Fixed au102 undertaking2005-03-26 au103 rejected au106 delayed bugsnodescriptionscriptionStatusremarksau066 fixed au098 delayed au099 rejected
Figure: Daily bug report
Annual bug statistic ostotalcriticalmediumlowsuggestionjorge bush1001020802020102010201020102010201020102015YAO
Ming50162680michel jordan4010101010
Kobe
Brian101234
Figure: Annual Bug Statistic
PM HAS HAS Project Bug Report. Cs Has Report of bug He Recorded, Including Various Software. User Has Report of Bug He Tells, Including Various Software. The Have Different View on Whole Bugs.
Developer gets notified by email per bug once PM proves that bug should be fixed and assigns that bug to that developer. Receiving that notification, developer estimates how long it will take to fix, then tells PM estimate time. Then he begins to fix that bug ........................................
Tester gets one version of software then begins to test on claimed fixed bugs. If one bug is fixed, tester will tell on which version the bug is fixed. For those bugs which fail to pass testing, tester will notify them to PM and tell him On Which Version That Bug Still EXISTS.
If one version of software has pretty low amount of bugs, PM decides to release that version. He asks tester to get all claimed tested bugs to do recursive testing, if pass, PM release that version of software, CS tell user that a new version of that software is released, what bugs he submitted are fixed, what bugs of all are fixed. If it fails to pass recursive testing, PM asks developers to fix them until all of those claimed tested bugs are fixed to that version.
At the end of year, PM needs a statistic on how many bugs everyone makes. Each developer will be awarded or punished based on this statistic.Annual Bug StatisticDeveloperTotalCriticalMediumLowSuggestionGrady Booch10010203050Bill Gates8030201020Bruce Eckel7520202015Kent Beck50162680Ivonkon4010101010Linus101234
Figure: Annual Bug Statistic
Developer also wants to submit bugs found by himself, he do not want to wait, wait and wait for PM's confirmation. And after fixed, he also does not need to be tested by tester, he just wants to mark that bug as tested Himself.
Sometime, developer finds bugs belonging to other developers;.. He notifies these bugs to them But he should not fix these bugs, instead, only bug owner may fix them And other developers do not like that tester knows about these bugs.
.