12-24-2010, 06:56 AM
|
#3 (permalink)
|
|
User
New Member
Join Date: Dec 2010
Posts: 2
|
You might want to check the following items in application database testing:
1. Data integrity
The complete data belonging to each entity should be stored in the database. Depending on the database design, the data may be present in a single table or multiple related tables. Parent-child relationships should exist in the data. There should not be any missing data.
2. Correctness of the data stored in the database
The data should be present in the correct table and correct field within the table.
3. Correctness and completeness of data migration (in case some or all the original data has come from another source)
|
|
|
|
|