Testing quite often is one of the most neglected aspect in many Software projects, and in Android this has been particulary a common issue since the beginning of the platform. Check out begginners guide to an effictive android testing strategy.
https://davidguerrerodiaz.wordpress.com/2016/03/04/a-beginners-guide-to-an-effective-android-testing-strategy
#beginners #guide #testing
https://davidguerrerodiaz.wordpress.com/2016/03/04/a-beginners-guide-to-an-effective-android-testing-strategy
#beginners #guide #testing
David Guerrero's blog
A beginners guide to an effective Android testing strategy
Testing quite often is one of the most neglected aspect in many Software projects, and in Android this has been particulary a common issue since the beginning of the platform. Even Google didn̵…
Mocking the un-mockable with Mockito 2.1.0!
https://github.com/mockito/mockito/wiki/What's-new-in-Mockito-2
2.1.0 is a major release with numerous features and changes (2.0.0 version was skipped for specific reasons):
• you can mock final classes in Java and consequently all classes and member functions in Kotlin: http://hadihariri.com/2016/10/04/Mocking-Kotlin-With-Mockito
• full-blown Java 8 support, and Java 9 support (depending on the release date)
• richer stubbing/mocking API
• improving & extracting the continuous delivery automation to a standalone library
#library #testing
https://github.com/mockito/mockito/wiki/What's-new-in-Mockito-2
2.1.0 is a major release with numerous features and changes (2.0.0 version was skipped for specific reasons):
• you can mock final classes in Java and consequently all classes and member functions in Kotlin: http://hadihariri.com/2016/10/04/Mocking-Kotlin-With-Mockito
• full-blown Java 8 support, and Java 9 support (depending on the release date)
• richer stubbing/mocking API
• improving & extracting the continuous delivery automation to a standalone library
#library #testing
GitHub
What's new in Mockito 2
Most popular Mocking framework for unit tests written in Java - mockito/mockito
Android Testing Support Library 1.0 released!
https://android-developers.googleblog.com/2017/07/android-testing-support-library-10-is.html?m=1
#Testing #Espresso
https://android-developers.googleblog.com/2017/07/android-testing-support-library-10-is.html?m=1
#Testing #Espresso
Android Developers Blog
Android Testing Support Library 1.0 is here!
Posted by Michael Amygdalidis, Stephan Linzner and Nick Korostelev from the Mobile-Ninjas team at Google We're pleased to announce the ...
Testing can seem to be a tax on development time.
However, as many seasoned developers have seen, proper automated testing can increase development velocity as the code base becomes bigger and more complex.
Continuous testing should give you confidence that the change you make won’t break your app.
https://android-developers.googleblog.com/2019/10/continuous-testing-with-new-android.html
#testing #Docker
However, as many seasoned developers have seen, proper automated testing can increase development velocity as the code base becomes bigger and more complex.
Continuous testing should give you confidence that the change you make won’t break your app.
https://android-developers.googleblog.com/2019/10/continuous-testing-with-new-android.html
#testing #Docker
Android Developers Blog
Continuous testing with new Android emulator tools
Posted by Lingfeng Yang, Android Studio team Developers often use the Android Emulator during their day-to-day development to quickly t...
Kakao 2.3.0 released
Kakao is a PageObject pattern Kotlin DSL for Android UI testing built on the base of Espresso
What's new in the latest version:
👉
👉 Smaller fixes/improvements
Check out the library at GitHub and get familiar with the full chages here
To see some examples of what you can do with this library, you can read this Medium blog post
#Kakao #Testing
Kakao is a PageObject pattern Kotlin DSL for Android UI testing built on the base of Espresso
What's new in the latest version:
👉
ViewPager2
support added with KViewPager2
👉 ChipGroup
support added with KChipGroup
👉 Spinner
support added with KSpinner
👉 Tint support added to KImageView
👉 Dependencies' versions upgrade👉 Smaller fixes/improvements
Check out the library at GitHub and get familiar with the full chages here
To see some examples of what you can do with this library, you can read this Medium blog post
#Kakao #Testing
GitHub
GitHub - agoda-com/Kakao: This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao - agoda-com/Kakao
#compose #testing
How to test Jetpack Compose UI
An example of how you can test Jetpack Compose UI and review of new APIs for that
How to test Jetpack Compose UI
An example of how you can test Jetpack Compose UI and review of new APIs for that
#compose #kaspresso #testing
Kaspresso 1.4.0: Jetpack Compose support Latest
🔥 Jetpack Compose support [Early access]
🛠️ Bugs fixes
Kaspresso 1.4.0: Jetpack Compose support Latest
🔥 Jetpack Compose support [Early access]
🛠️ Bugs fixes