How do you minimize the testing costs when testing a cloud application?

Hi @daluu . Good point. I focused more on different functional tests which you can use it, including integration and E2E Tests.

For performance related tests, I would probably not recommend to use those containerized services, because you would not have the same resources available (CPU, memory, network…) in the places that you would run those specific tests, and that would not be reliable enough from my point of view.

1 Like