Redis – Is this functinal testing, E2E testing, or Integration testing?
What can we call the testing described below? Integration testing, functional testing, or E2E testing? It's a set of tests that call the server's APIs to simulate the user's workflow. This test uses real server components, such as running PostgreSQL,…