Database Testing Question:
Download Questions PDF

What are the different stages involved in Database Testing?

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 Interview Questions And Answers PDF

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?