Database Testing Interview Questions & Answers
1) What is data-base testing?
Data base Testing is segmented into four different categories.
Testing of Data Integrity
Testing of Data Validity
Data base related performance
Testing of functions, procedure and triggers
2) In database testing, what do we need to check normally?
Normally, the things that we check in database testing are:
Constraint Check
Validation of a Field size
Stored procedure
Matching application field size to database
Indexes for performance based issues
3) Explain what is data driven test?
In a data-table, to test the multi numbers of data, data-driven test is used. By using this it can easily replace the parameters at the same time from different locations.
4) What are joins and mention different types of joins?
Join is used to display two or more than two table and the types of joins are:
Natural Join
Inner Join
Outer Join
Cross Join
The outer join is divided again in two:
Left outer join
Right outer join
5…
Read more