You are testing a database system used for an e-commerce platform. Customers have reported that their order history sometimes displays incorrect information, such as duplicate orders. Which type of testing would be most suitable to identify and resolve this data consistency issue?

  • Data Consistency Testing
  • Integration Testing
  • Performance Testing
  • Unit Testing
Data Consistency Testing involves verifying the integrity, accuracy, and consistency of data in the database. It checks for anomalies such as duplicate records, missing data, or inconsistent values, making it suitable for identifying and resolving issues like duplicate orders in the order history.
Add your answer
Loading...

Leave a comment

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