When developing mobile applications, it is very useful to have a gallery full of photos, especially for the following scenarios:
- Image picker tests
- Multiple photo selection
- Upload performance tests
- Infinite scroll tests
- Cache and memory tests
- Creating a test environment close to a real user experience
Adding photos one by one takes a lot of time. In this article, I will show how to fill the gallery with hundreds of dummy photos for both iOS Simulator and Android Emulator using only a few commands.
(more…)
