What Does Storage Testing Mean?

Storage testing is part of the software development life cycle, specifically the testing phase, where the application or program is tested to see if it stores and reads data files in the correct directories and if it reserves a sufficient amount of storage space so that unexpected termination does not occur due to lack of space.

Techopedia Explains Storage Testing

Storage testing has its roots in two testing areas of the computing industry. First, as a phase in software development, specifically in the testing phase where an application or system is tested on how well it performs its storage-related functions such as saving data using the correct format, correct size and in the correct directory. Software is also tested on its resilience to storage problems such as accidental deletion or how well it reacts to movement of its required data files.