The UG identifies the format of add-skill as:
add-skill COURSEMATE -s SKILL [-s SKILL]...
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:
Invalid command format!
add-skill: Adds skills to a courseMate. CourseMates can be specified either by name or by the '#' notation.
Parameters: COURSEMATE -s SKILL [-s SKILL]...
Example: add-skill #1 -s Python -s Java
although it is a valid command format.
Steps to Reproduce
Open App
Type add-skill #999999999999999999999 -s python
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 add-skill as:
add-skill COURSEMATE -s SKILL [-s SKILL]...
and it produces this bug message for invalid index:
When the index is even larger like #99999999999999999999999999999999999999999:
although it is a valid command format.
Steps to Reproduce
add-skill #999999999999999999999 -s python
Expected Behavior should produce error message that
Actual Behavior command format error displayed
Screenshots
Labels:
type.FunctionalityBug
severity.Low
original: dhlee03/ped#11