Database Testing Question: Download Database Testing PDF

What are the different stages involved in Database Testing?

Tweet Share WhatsApp

Answer:

verify field level data in the database with respect to frontend transactions
verify the constraint (primary key,forien key ....)
verify the performance of the procedures
verify the triggrs (execution of triggers)
verify the transactions (begin,commit,rollback)

Download Database Testing PDF Read All 20 Database Testing Questions
Previous QuestionNext Question
How do you test whether the database is updated as and when an information are added in the front end?Give me an example?What is database testing and what we test in database testing?