Database Testing Question:
Download Questions PDF

How to test a DTS package created for data insert update and delete? What should be considered in the above case while testing it?W hat conditions are to be checked if the data is inserted, updated or deleted using a text files?

Answer:

Data Integrity checks should be performed. IF the database schema is 3rd normal form, then that should be maintained. Check to see if any of the constraints have thrown an error. The most important command will have to be the DELETE command. That is where things can go really wrong.
Most of all, maintain a backup of the previous database.

Download Database Testing Interview Questions And Answers PDF

Previous QuestionNext Question
How to Test Database Procedures and Triggers?How do you test whether a database in updated when information is entered in the front end?