Database Testing Question: Download Database Testing PDF

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

Tweet Share WhatsApp

Answer:

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).

Download Database Testing PDF Read All 20 Database Testing Questions
Previous QuestionNext Question
What we normally check for in the Database Testing?How to check a trigger is fired or not, while doing database testing?