The UG identifies the format of delete as:
rate-mate COURSEMATE -r RATING
and it produces this bug message for invalid index:
The courseMate name or index provided is not found!
When the index is even larger like #99999999999999999999999999999999999999999(unlikely but possible):
Invalid command format!
rate-mate: Give a rating to a courseMate by up to five stars.
COURSEMATE can be specified either by name or by the '#' notation.
RATING can be specified by a single digit integer between 0 and 5, where 0 means no rating is given.
Parameters: COURSEMATE -r RATING
Example: rate-mate #1 -r 4
although it is a valid command format.
Steps to Reproduce
Open App
Type rate-mate #99999999999999999999999999999999999 -r 1
See error
Expected Behavior
should produce error message that
The courseMate name or index provided is not found!
Quoting from course website: If the problems can only happen in case of deliberate sabotage (e.g., user entered a 30-digit telephone number), in which case it should not be considered a bug.
Description
The UG identifies the format of delete as:
rate-mate COURSEMATE -r RATING
and it produces this bug message for invalid index:
When the index is even larger like #99999999999999999999999999999999999999999(unlikely but possible):
although it is a valid command format.
Steps to Reproduce
rate-mate #99999999999999999999999999999999999 -r 1
Expected Behavior should produce error message that
Actual Behavior command format error displayed
Screenshots
Labels:
type.FunctionalityBug
severity.Low
original: dhlee03/ped#8