Interview Questions On DataBase Testing
Interview Questions On DataBase Testing
Testing
1. What we normally check for in the Database Testing?
for doing data validity testing you should be good in SQL queries
For data integrity testing you should know about referintial integrity and different
constraint.
For performance related things you should have idea about the table structure and design.
for testing Procedure triggers and functions you should be able to understand the same.
Ans :
Observing that opertaions, which are operated on front-end is effected on back-end or not.
Ex:Enter employee record in database thr' front-end and check if the record is added or
not to the back-end(manually).