Which type of testing focuses on finding errors in the database schema and data consistency?

  • Functional testing
  • Performance testing
  • Security testing
  • Structural testing
Structural testing in database testing focuses on finding errors in the database schema and ensuring data consistency. It involves examining the structure of the database, including tables, columns, relationships, and constraints, to identify issues such as missing or incorrect data types, keys, or constraints.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *