Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #485
in this blog post, Sergio Sastre Florez Goes step by step to show what views to snapshot test and why and how to write snapshot tests to catch hard-to-find visual bugs (with code samples).
-
Issue #484
GoPro Android Software Engineers are responsible for developing, implementing, and testing of software on Android devices that are part of an interconnected ecosystem connecting cameras, cloud, phones, and people.
-
Issue #484
Annyce Davis shows how it's possible to test apps that have UIs comprised of both XML and Jetpack Compose.
-
Issue #483
Annyce Davis shares an approach to writing tests for a hybrid Jetpack Compose application comprised of one Activity and several Fragments with a ComposeView.
-
Issue #483
With just a few weeks away from the official release of Android 12, Google brings you a final Beta update to help you with testing and development
-
Issue #482
In this episode, Dagger and Hilt Engineer Eric Chang will discuss Hilt's approach to testing, how to write tests in Hilt, and best practices/tradeoffs to evaluate when testing with Hilt.
-
Issue #482
Eric Chang focuses on how to write tests with Hilt and some of the best practices to be aware of.
-
Issue #480
Pietro Maggi shows how Jetpack WindowManager, now in beta, is a library and API providing capabilities similar to the Android framework WindowManager, including support for responsive UIs, callback adapters for detecting screen changes, and window testing APIs.
-
Issue #479
Snapshot testing is a powerful tool if used properly, ensuring that your app looks as it should under any specification our app requires. Sergio Sastre Florez examines how to implement these tests.
-
Issue #478
text + link : Waldo is the first fully no-code mobile testing solution. Now, anyone on your team can create reliable automated tests and help you fix bugs before your users find them try Waldo now, for free.
-
Issue #478
In this episode, Nick and Romain are joined by Filip Pavlis, Jelle Fresen & Jose Alcérreca to talk about Testing in Compose.
-
Issue #476
In this episode, learn about the UI Testing Strategy that is used in an Android App to deliver the best experience possible to users.
-
Issue #475
Beta 3 includes the final Android 12 APIs and the official SDK. With these, you can start testing and updating your app ahead of Platform Stability, coming up next at Beta 4. Now is the time to make sure your apps are ready!
-
Issue #474
In this episode, Romain and Tor are joined by Adarsh Fernando, Arif Sukoco and Yahan Zhou from the Android Studio team, covering the recent improvements to support for testing.
-
Issue #474
In this post, Mark Allison looks at how we can test animations in Compose using UI screenshots.
-
Issue #472
In this first part, David Guerrero tries to define and explain a balanced approach for implementing an effective test strategy for Android projects.
-
Issue #471
Mark Allison continues his series on Compose UI, creating tests for the behaviors of the two distinct UI patterns.
-
Issue #470
In this post, Mark Allison explores some testing strategies for Jetpack Compose and discusses how we can design our composables for testability.
-
Issue #469
About the role
• Programming of software products, features and services for Google’s Android platform within the mobile product roadmap.
• Participation in software design, estimation of development tasks, unit-testing, QA process, troubleshooting & code debugging
• Liaison with partners
-
Issue #469
This is the second in a series of blog posts in which Mirek Stanek outlines Android app testing. Here he covers QA engineers, functional and UI testing.
-
Issue #468
Curious about your level of mobile testing maturity? Take our interactive mobile testing assessment and receive personalized results that will show how you rank against your peers.
-
Issue #467
When 1 in 4 applications are abandoned upon first use, don’t let a visual blocker be the reason users flock to your competitor’s app. Use this guide to learn about the paramount role of visual testing in driving the adoption of your mobile applications.
-
Issue #466
With mobile becoming a crucial revenue-driving channel, making a case for mobile performance testing is paramount. This eGuide examines the different kinds of testing, from Load Testing to Front-end UI/UX. Find out what they are and why they are important.
-
Issue #466
Writing tests involves repeating some patterns over and over again. Aleksander Jaworski shows how IntelliJ IDEA can shorten the process of test creation with the help of live templates.
-
Issue #466
Mohit Sarveiya shares with you how to implement and test Kotlin Channels and Flows with practical examples
-