Actually database testing is not only to check for data we have inserted in database.
We should try to insert , update and delete data using queries to see we can't delete data which is not allowed to delete.
We can't leave any column blank / null which is required.
like this we have to query the database.





Reply With Quote