Skip to content

Instantly share code, notes, and snippets.

@babysyifa
Last active January 20, 2022 16:31
Show Gist options
  • Save babysyifa/611931cbe985bd96da21340691b37222 to your computer and use it in GitHub Desktop.
Save babysyifa/611931cbe985bd96da21340691b37222 to your computer and use it in GitHub Desktop.
Q2 : Bugs Report
Go to http://www.shino.de/parkcalc/index.php? and report at least 2 bugs.
Important: Mention all necessary fields which should be included in a bug.
PARKING RATES
Valet Parking
$18 per day
$12 for five hours or less
Short-Term (hourly) Parking
$2.00 first hour; $1.00 each additional 1/2 hour
$24.00 daily maximum
Long-Term Garage Parking
$2.00 per hour
$12.00 daily maximum
$72.00 per week (7th day free)
Long-Term Surface Parking (North Lot)
$2.00 per hour
$10.00 daily maximum
$60.00 per week (7th day free)
Economy Lot Parking
$2.00 per hour
$9.00 daily maximum
$54.00 per week (7th day free)

BUGS-ID

BUGS-01

Title

The calculator still counting if I input an invalid date in all parking lot

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 13/32/2022
  4. Input leaving date = 13/33/2022
  5. Click Calculate

Current behaviour

The estimated parking costs shows the cost

Expected behaviour

The estimated parking costs didn't shows the cost ($0)

Relevant logs and/or screenshots

https://imgur.com/a/jRcVr36

Comment/Notes

The estimated parking costs didn't shows the cost ($0) or showing the error message

Reported by

Baby Syifa

BUGS-ID

BUGS-02

Title

Cost still appear ($0) if I input yesterday as an entry date and today as a leaving date

Severity

Minor

Priority

Low

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/02/2022
  4. Input leaving date = 01/01/2022
  5. Click Calculate

Current behaviour

Long-Term Garage Parking, Long-Term Surface Parking (North Lot) and Economy Lot Parking shows the cost not the error message

Expected behaviour

All parking lot showing this error message "ERROR! YOUR LEAVING DATE OR TIME IS BEFORE YOUR STARTING DATE OR TIME"

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-03

Title

Valet parking won't show the error message if user input a specific time

Severity

Minor

Priority

Low

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/02/2022 12:00 AM
  4. Input leaving date = 01/01/2022 11:59 PM
  5. Click Calculate

Current behaviour

Valet parking won't show the error message if user input a specific time : less than - 2 Days, 0 Hours, 0 Minutes, more than - 1 Days, 0 Hours, 0 Minutes

Expected behaviour

All parking lot showing this error message "ERROR! YOUR LEAVING DATE OR TIME IS BEFORE YOUR STARTING DATE OR TIME"

Relevant logs and/or screenshots

https://imgur.com/a/oK6LH6h

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-04

Title

All the parking lot except the Short-Term (hourly) won't show the error message if I input a spesific date and time

Severity

Minor

Priority

Low

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot but not Short-Term (hourly)
  3. Input entry date = 01/02/2022 12:00 AM
  4. Input leaving date = 01/01/2022 12:01 AM
  5. Click Calculate

Current behaviour

Error message didn't appear but shows the cost $0

Expected behaviour

All parking lot showing this error message "ERROR! YOUR LEAVING DATE OR TIME IS BEFORE YOUR STARTING DATE OR TIME"

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-05

Title

Valet and Short-Term still calculating the cost if the time estimate is 0 Days, 0 Hours, 0 Minutes

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/01/2022 12:00 AM
  4. Input leaving date = 01/01/2022 12:00 AM
  5. Click Calculate

Current behaviour

Valet and Short-Term still calculating the cost while the other parking lot shows $0

Expected behaviour

All parking lot shows $0

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-06

Title

Valet doesn't count right

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/01/2022 12:00 AM
  4. Input leaving date = 01/08/2022 01:00 AM
  5. Click Calculate

Current behaviour

The cost is $144

Expected behaviour

The right cost is $138. $18 x 7 days = $126 + $12 (less than 5 hours) = $138

Relevant logs and/or screenshots

https://imgur.com/a/h9B7IyZ

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-07

Title

Long-Term Surface Parking and Economy Lot Parking didn't count right

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/01/2022 12:00 AM
  4. Input leaving date = 01/08/2022 05:30 AM
  5. Click Calculate

Current behaviour

The costs for Long-Term Surface Parking is $72 and Economy Lot Parking is $65

Expected behaviour

The correct cost for Long-Term Surface Parking is $72 and Economy Lot Parking is &63

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-08

Title

The cost still calculating if I input an invalid date and time

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/01/2022 12:00 AM
  4. Input leaving date = 01/08/2022 05:30 AM
  5. Click Calculate

Current behaviour

All the parking cost appear

Expected behaviour

All parking lot showing this error message "ERROR! YOUR LEAVING DATE OR TIME IS BEFORE YOUR STARTING DATE OR TIME" and didn't calculate the cost

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

BUGS-ID

BUGS-09

Title

The time is suddenly changing after calculte if I choose 'PM' also the cost is calculating even the time is invalid

Severity

Major

Priority

High

Steps to reproduce

  1. Go to https://www.shino.de/parkcalc/index.php
  2. Choose a Parking Lot
  3. Input entry date = 01/01/2022 12:00 AM
  4. Input leaving date = 01/08/2022 06:00 PM
  5. Click Calculate
  6. Choose PM
  7. Click Calculate

Current behaviour

The time is changing if you do the step 6 & 7 several times and the cost is counting either.

Expected behaviour

The time should be the same everytime user click the calculate

Relevant logs and/or screenshots

Comment/Notes

Reported by

Baby Syifa

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