How to write tests that rely on some data in certain state?
Data in integration tests
more…
Posts in category @EN
How to write tests that rely on some data in certain state?
In this article I will continue the story started in previous one.
Now I will set up real application running on physical iPhone to call API listening on my development laptop in the same local network. Also, I will continue use Mitmproxy to inspect all the requests made.
Recently I needed to make some manual acceptance testing on Android application which talks to the API I am working on. For this purpose I installed Android Studio and set up Android emulator which makes requests to the API running in docker on local host.
Modern life without password manager is hard. In this article I will tell how I made it easier.
Historically, there have been two views on what a unit test should be: