Interview Questions

After the migration done, how to test the application (Frontend hasn't changed just the database changed)

Software QA/Testing Technical FAQs


(Continued from previous question...)

After the migration done, how to test the application (Frontend hasn't changed just the database changed)


Answer1:
You can concentrate only on those testcases which involve DB transactions like insert,update,delete etc.

Answer2:
Focus on the database tests, but it's important to analyze the differences between the two schemas. You can't just focus on the front end. Also, be careful to look for shortcuts that the DBAs may be taking with the schema.

(Continued on next question...)

Other Interview Questions