UI testing in mobile app development is a challenging task due to multiple factors such as flaky tests, saving screenshots, printing useful logs and readability of test codes. We will be talking about a new UI testing framework Kaspresso for Android apps and how it is different from other frameworks when it comes down to solving these challenges.
In the world of software development, there is an ever-growing need for agility and speed. With competitive markets and constantly evolving user needs, organizations can’t afford to waste time on the development cycle. This is where Continuous Integration (CI) comes in as an essential tool for modern software development practices.
“It’s no use! I can’t run an end to end test with Flutter’s integration tests”, exclaimed one of our customers about 9 months ago. I asked what the problem was and they explained that they were using Google Authentication for logging in and used the google_sign_in package for and it wasn’t possible use Flutter’s integration tests to interact with the login screens.