JoviYeung92 / pe

0 stars 0 forks source link

crash #3

Open JoviYeung92 opened 3 years ago

JoviYeung92 commented 3 years ago

delete file.png

crash3.png

When a element is remove program should say "file is corrupted" but it just crashed.

nus-pe-bot commented 3 years ago

Team's Response

The data file is supposed to maintained, only read and written to by the program itself. And users are not supposed to touch the data file. This error occurs because the tester deliberately change the file, which a normal user will never do so in normal use case.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.High]

Reason for disagreement: We cannot assume that the file will always be un-corrupted. In the scenario where the file is corrupted, the app will not be able to run at all because it has not capture this exception and the user will not know about it.