Skip to content

Instantly share code, notes, and snippets.

@acchandl
Last active April 26, 2017 11:20
Show Gist options
  • Save acchandl/41a2905c03d768eb9ca2aa4e23092719 to your computer and use it in GitHub Desktop.
Save acchandl/41a2905c03d768eb9ca2aa4e23092719 to your computer and use it in GitHub Desktop.
Staging Environment Bug Report

Bug Report

===================

1. Introduction

1.1 Purpose

This report provides a summary of the error results of test performed within the Staging Environment.

1.2 Scope

This summary will:

  • Identify a range of low to high priority performance bugs
  • Lists the activity and outcome of the user experience
  • Identify the bugs

2. Test Summary

No. Issues/Concerns Priority
01 The 'Deposit with Credit Card' button not working High
02 The DateTime stamp on the user's list of withdrawls is incorrect High
03 User's are able to receive $0.00 checks High
04 'Game Statistics' for 90's Challenge- buttons to 'Complete Round' for other users who played for zero time High
05 No link to Facebook account from glyph Medium
06 No link to Instagram account from glyph Medium
07 No link to Twitter account from glyph Medium
08 Under 'My Stats' of the user's account, no distinct game is named Medium
09 After logged-in user sends contact message, no confirmation email is received Medium
10 Text in game-play not responsive with older mobile device (iPhone 4) Medium
11 'My Questions' of the user's account, the answer for the first question in the table is capitalized Low
12 The question mark next to 'Game Type' under 'Games' should be hoverable- is currently non-responsive Low

3. Recommendations

In this section, I will give the following recommendations for each issue/concern. Issue 01 needs to fix the 'Deposit with Credit Card' button so that users can make deposits. Issue 02 will give incorrect information about the time that a withdrawl was made, the Time stamp needs to be changed. Issue 03 highlights the fact that although the user cannot enter negative withdrawls, positive withdrawls over $0 can still be made (e.g. 0.2, 0.3) to issue $0.00 checks. This issuing of $0.00 checks in error can be costly. Data annotations can be incorporated to specify even further, the withdrawl range. Issue 04 brings about the button issues under 'Game Statistics' of the 90's challenge game. User can see a 'Complete Round' button for every user that has played for 00 minutes, 00 seconds. Although after pressing the 'Complete Round' button the user is kept at the same 'Game Statistics' page, the extra 'Complete Round' buttons need to have parameters that include zero time played within a game. Issues 05, 06, and 07 deal with the social media glyphs that need corresponding links for each site. Issue 08 needs to distinctily specify which game is related to which information in the table. Issue 09 states that after logging in as a user, one is able to send a contact message but no confirmation email of that sent message is ever received from the user. A confirmation email should be sent to the user giving the confirmation of the message. Issue 10 brings up the fact that some of the content may not be responsive in older phones. I pulled up the site on my iPhone 4 and some of the text in the tables during a game were going off the screen. Adding media queries and adjusting sizing preferences could be a fix for this. Issue 11 points to the unsynchronized answer within the 'My Questions' area of a user. For the first entry under the create your own trivia question, the answer syntax should align with the rest of the rows. Finally, Issue 12 points out that that question mark next to 'Game Type' under 'Games' looks hoverable, and should have hoverable attributes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment