InterviewSolution
Saved Bookmarks
| 1. |
How can you test the data integrity in database testing? |
|
Answer» Whenever there are different modules in the application that are using the same DATA and also perform different operations on them, it is very much necessary to have the latest data to be shown everywhere. The most recent value of the data should be used by the systems. This is called Data Integrity. Following image shows 5 characteristics of data following data integrity: We can apply the following test cases for TESTING out the integrity of the data:
|
|