Database Testing Question: Download Database Testing PDF

What we normally check for in the Database Testing?

Tweet Share WhatsApp

Answer:

In DB testing we need to check for,
1. The field size validation
2. Check constraints.
3. Indexes are done or not (for performance related issues)
4. Stored procedures
5. The field size defined in the application is matching with that in the db.

Download Database Testing PDF Read All 20 Database Testing Questions
Previous QuestionNext Question
What is Database testing?How to Test database in Manually? Explain with an example?