数据库测试:
数据库测试是对数据库的安全性、性能和其他各个方面的测试。它还包括为测试数据而采取的各种措施。 IT 基本上是在存储在数据库系统中的小数据上执行的。
示例:测试一所大学学生的成绩数据。
数据仓库测试:
数据仓库测试与存储在仓库中的数据的性能、安全性和其他方面的测试有关。它对存储在数据仓库中的大尺寸数据执行。
示例:对最近十年的企业股票数据进行测试。
数据库测试和数据仓库测试的区别:
Database Testing | Data warehouse Testing |
---|---|
It is performed on smaller scale. | It is performed on large scale. |
It is usually used to test data at the source instead of testing using the GUI. | It includes several facets, extraction, transformation and loading mechanisms. |
Usually homogeneous data is tested under it. | Heterogeneous data is involved in it. |
Normalized data is used for testing. | De-normalized data is used for testing. |
CRUD operations are performed in this testing. | Usually Read-only operations are performed in it. |
Consistent data is used for testing. | Temporal data inconsistency is found. |
Data size used is small. | Voluminous data. is used in it |
Normal testing strategies are applied. | Specific testing strategies are applied. |