Storage Testing Tutorial: What is, Type, Concepts

Storage Testing

Storage testing is a type of software testing used to verify if the software application under test stores the relevant data into appropriate directories and whether it has enough space to prevent unexpected terminations due to insufficient disk space. It is also called Storage Performance Testing.

Why Storage Testing?

Storage Testing in Software Testing

Types of Storage Testing

Common testing concepts involved during storage testing

Types of Storage Testing Common storage testing activities example
  • Application Testing:
  • Compare OLTP response times
  • Compare batch run times
  • Compare sustained streaming rates
  • Application Simulation:
  • Test peak storage IOPS for databases
  • Test peak storage for data streaming environment or data streaming environments
  • Test storage latency for messaging or other single threaded applications
  • Benchmarking
  • Testing for data corruption

Mistakes while performing Storage Testing

Conclusion:

Software Engineering, Storage Testing techniques ensures the application under test, stores the relevant data in the appropriate directories.

 

YOU MIGHT LIKE: