Hi Frendz,

Whenever we are doing databaseb testing, it is just to save the time while doing the manual testing mostly from the fron end (UI of the application). We have to write the triggers, scripts, stored procedures etc to validate the data and the functions of the application which we are going to test from the backend.

In this way, we will save much of the time and test cases have to be written for that. The difference between the test case preparation when we are doing the testing from the front end and when backend is that in the backend/database test case preparation, we have to write the scripts, procedures in the Test Data column of the test cases to reperesent the functions through these procedures, triggers or scripts etc.

Nikhar Chugh