📜  什么是存储测试 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:11.144000             🧑  作者: Mango

代码示例1
In Storage Testing we test those 
functionalities of the application
which is responsible for storing the data into DB.
The data entered by the end user
in GUI or front end, is the same 
data which is stored in the database.
The storage testing determines that
the data taken from the front end of
the application is stored in correct place and in
correct manner in the database.