Interview Questions

How to Test database in Manually? Explain with an example

Database Testing Interview Questions


(Continued from previous question...)

3. How to Test database in Manually? Explain with an example

Observing that opertaions, which are operated on front-end is effected on back-end or not.
The approach is as follows :
While adding a record thr' front-end check back-end that addition of record is effected or not. So same for delete, update,...... Ex:Enter employee record in database thr' front-end and check if the record is added or not to the back-end(manually).

(Continued on next question...)

Other Interview Questions