Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Describes the tests needed to validate the GetFile functionality.

Sunshine get

Attempt to get a file present in the system.

  1. Test for online file
  2. Test for offline file
  3. Test for large file

Badcase tests

The following bad case scenarios should be tested to validated that the system handles the requests grazefully, eg. doesn't crash components and sends a informative error message.

  1. Attempt to get file from an unknown fileID.
  2. Attempt to get a file with a failing transfer of the file (bad url?).
  3. Attempt to get a file with a bad checksum
  • No labels