
- Software Testing Dictionary
- Home
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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