Explain how you can test the database manually with an example?
Manual testing of databases requires human effort in observing the operational behavior of the application. Testers have to manually check if adding a record from the front end also affected the backend database or not. Similarly, it should work for delete, update, edit, etc.
Example- To maintain the record of students who are going for a trip, enter the student’s information from the front-end system and manually check the effect of entered information on the backend database too.
BY Best Interview Question ON 10 Jan 2022