Open yucongkoo opened 11 months ago
The name given is just a random whack of more than 1000 characters which is a problem caused by extreme user behaviour.
Team chose [response.Rejected
]
Reason for disagreement: The following is a diagram that matches the tester's diagram, just consist of more information:
As we can see from the second point, this should be a problem caused by unusual long names rather than an extreme input, hence should be qualified as a severity.VeryLow functionality bug.
The name given is just a random whack of more than 1000 characters which is a problem caused by extreme user behaviour.
Indeed, given the time constraints applied during the PE, I simply just randomly whacked a name of that long(it was just to test whether the app could handle unusual long names). However, my intention on testing on unusual long input name is still there. Besides, this problem will still arise even without such extreme 1000+ characters.
The following are the statistics after I retested the product just now for some reference:
For names with 72 characters(which is not very extreme), it will already be truncated under the default window size during first launch.
When the window is maximised, the maximum characters allowed before it being truncated is 153 characters(at least on my laptop screen)
Steps to reproduce: Enter the following command:
Problematic behaviour:
The UI will not be able to display the full name even in full screen mode.