After entering the data from the front-end application interface, how do you test whether a database is updated or not?
Which sql statements can be used in database testing?
What is white box testing and black box testing?
What are the steps need to be taken while testing stored procedures?
What is the database trigger?
How to check a trigger is fired or not, while doing database testing?
How do you verify whether a database is updated when passing the data through front end?
What are the necessary things needed for writing database test cases?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?
How to test the stored procedures?
What do we usually check in database testing?
What is performance testing and the bottlenecks of it?
How to test procedures and triggers of a database?