They validate data flow between application layers.
Integration tests can catch mapping errors by verifying that data moves correctly between different application layers, such as from the database to the UI. For instance, in an e-commerce app, an integration test might ensure that a product's price is correctly retrieved from the database and displayed to the user. This helps catch issues where data might be incorrectly mapped or transformed between layers.