• Software Testing Dictionary
  • Home

Database Testing



What is Database Testing?

Database testing involves the retrieved values from the database by the web or desktop application. Data in the User Interface should be matched as per the records are stored in the database.

Database Testing Validations

The following verifications are carried out during database testing:

  • Checking the data Mapping.

  • ACID (Atomicity, Consistency, Isolation, Durability) properties validation.

  • Data Integrity

  • Business rule conformance

Advertisements