Answers

Question and Answer:

  Home  Database Developer

⟩ Please explain what is Database Testing?

It is AKA back-end testing or data testing.

Database testing involves in verifying the integrity of data in the front end with the data present in the back end. It validates the schema, database tables, columns, indexes, stored procedures, triggers, data duplication, orphan records, junk records. It involves in updating records in a database and verifying the same on the front end.

 152 views

More Questions for you: