1. Database Connectivity Test
2. Database robustness, fault tolerance, and resilience testing
3. Security testing of the database
4. Performance testing of the database
5. Capacity testing of the database
6. Test database objects, including defined stored procedures, views, triggers, constraints, rules, etc., to be tested to ensure functional integrity
7. Database Interface Testing
Modify operations that include data items
Increased operation of data items
Delete Operations for data items
Data Sheet added full
Data table Delete Empty
Delete a record in an empty table
Concurrency Operations for data tables
Interface testing for Stored procedures
Interface Test of association table with business logic
Similarly, we need to consider the equivalence class, boundary value, error guessing and other methods to test these interfaces.
What does a database test contain?