Автор разбирает чем отличаются UI тесты от скриншот тестов
#android #testing #tests
https://sergiosastre.hashnode.dev/ui-tests-vs-snapshot-tests-on-android-which-one-should-i-write
#android #testing #tests
https://sergiosastre.hashnode.dev/ui-tests-vs-snapshot-tests-on-android-which-one-should-i-write
Sergio's little tech corner
UI tests vs. snapshot tests on Android: which one should I write? 🤔
Snapshot tests on Android have become very popular lately. They run much faster and are easier to write than UI tests if done correctly. For those who've already fought with UI tests and are new to snapshot testing, it's normal to wonder why to still...
Google обновил свои гайды по тестированию
#android #testing
https://android-developers.googleblog.com/2022/02/write-better-tests-with-new-testing.html
#android #testing
https://android-developers.googleblog.com/2022/02/write-better-tests-with-new-testing.html
Android Developers Blog
Write better tests with the new testing guidance
Posted by Jose Alcérreca , Android Developer Relations Engineer As apps increase in functionality and complexity, manually ...
Screenshot 2023-05-18 130823.png
369.1 KB
Видео с KotlinConf про тестирование корутин.
В целом ничего нового, говорят про базовые вещи. Будет полезно начинающим или продолжающим, которые давно не обновляли свои знания по этой теме.
#kotlin #coroutines #testing
https://www.youtube.com/watch?v=nKCsIHWircA
В целом ничего нового, говорят про базовые вещи. Будет полезно начинающим или продолжающим, которые давно не обновляли свои знания по этой теме.
#kotlin #coroutines #testing
https://www.youtube.com/watch?v=nKCsIHWircA
Обзор библиотек для скриншот-тестирования Android проектов. Часть 1:
- Facebook* Screenshot Testing Library
- Shot
- Paparazzi
- Dropshots
#android #testing
https://habr.com/ru/articles/744796/
- Facebook* Screenshot Testing Library
- Shot
- Paparazzi
- Dropshots
#android #testing
https://habr.com/ru/articles/744796/
Хабр
Обзор библиотек для скриншот-тестирования Android проектов. Часть 1
Практика скриншот-тестирования получает все большее распространение в сфере андроид-разработки, одним из свидетельств чего можно считать появление всё новых библиотек. Меня зовут Олег Осипенко и...
Обновилась официальная документация по тестированию приложений.
Что нового:
- Emphasis on developer productivity
- Selecting the Right Test Types
- Industry best practices
- Avoiding regressions in different screen sizes
#android #testing
https://medium.com/androiddevelopers/test-smarter-not-harder-new-testing-strategies-documentation-255973814ae3
Что нового:
- Emphasis on developer productivity
- Selecting the Right Test Types
- Industry best practices
- Avoiding regressions in different screen sizes
#android #testing
https://medium.com/androiddevelopers/test-smarter-not-harder-new-testing-strategies-documentation-255973814ae3
Пара статей о том, как реализовано тестирование приложений в Netflix и Dropbox
#android #testing
https://medium.com/androiddevelopers/netflix-app-testing-at-scale-eb4ef6b40124
https://medium.com/androiddevelopers/how-dropbox-leverages-testing-to-maintain-high-level-of-trust-at-scale-b7b1bdf6161e
#android #testing
https://medium.com/androiddevelopers/netflix-app-testing-at-scale-eb4ef6b40124
https://medium.com/androiddevelopers/how-dropbox-leverages-testing-to-maintain-high-level-of-trust-at-scale-b7b1bdf6161e
Medium
Netflix App Testing At Scale
Learn how Netflix dealt with the challenges of testing a playback app at a massive scale, and how their testing strategy has evolved.