What is DataBase Testing? How can we test Database Testing manually?
Kalpana Kollipara
Select an image from your device to upload
Database testing is to test the input values (from frontend) into backend(DB) using Queries.
if your are add form from frontend then check into DB that all info saved successfully into DB....
Database testing: to test the input/output values in DB. e.g if we change anything in the frontend and backend then what will the effect on the database.
Using SQL queries we can test manulay like.... select, insert,update,delete