Database testing
*****************

This is the process of testing the input data collected by the clients side with the inbuilt database activities. For example, testing that the datas to be save are going correctly to the database or not, correct datas to the database types are entering or not etc.


It includes the following process
**********************************


1) Data validity testing using SQL queries
2) Data Integrity testing by knowing the referential integrity and different constraint.
3) Performance related to data base. ( considering the table structure and design )
4) Testing the Procedure,triggers and functions.