What are three test cases you should go through in unit testing?
Select an image from your device to upload
Positive test cases (correct data, correct output),
negative test cases (broken or missing data, proper handling),
exception test cases (exceptions are thrown and caught properly).