Saturday 18 May 2019

What is Database Testing?

Database Testing is also termed as Back end Testing.It is one of the most important aspect of testing activity.
Database Testing is generally performed by performing the operations on database and checking the impact of these operations on front end.
For performing database testing a tester needs to have basic knowledge of database.

Database Testing can be broadly classified as :
1. Testing of Data Validity.
2. Testing of Procedures and Functions.
3 .Testing of Data Integrity.
4. Testing the performance of database.

Different Tools for Database Testing :
1. DBUnit.
2. DBFit.
3. SQLUnit.
4. TSQLUnit.