When working with a database, a QA engineer often needs to compare the expected changes in the database with the actual changes made by the server.
For example, we sent a request to add a cookie to the storage (see Integration testing) and expect a new record to appear in the database. It’s important to check that all cookie data ended up in the correct columns.
SELECT — a command for retrieving data from a database.