Database Testing Question: Download Database Testing PDF

How do you test whether a database in updated when information is entered in the front end?

Tweet Share WhatsApp

Answer:

It depend on your application interface..

1. If your application provides view functionality for the entered data, then you can verify that from front end only. Most of the time Black box test engineers verify the functionality in this way.

2. If your application has only data entry from front end and there is no view from front end, then you have to go to Database and run relevent SQL query.

3. You can also use database checkpoint function in WinRunner.

Download Database Testing PDF Read All 20 Database Testing Questions
Previous QuestionNext Question
How to test a DTS package created for data insert update and delete? What should be considered in the above case while testing it?W hat conditions are to be checked if the data is inserted, updated or deleted using a text files?What steps does a tester take in testing Stored Procedures?