InterviewSolution
Saved Bookmarks
| 1. |
Explain how you can test the database manually with an example? |
|
Answer» 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. |
|