https://kotlinlang.org logo
#android
Title
# android
a

Ayden

12/09/2019, 1:14 PM
Hi everyone. Is there any nice Android Unit Testing or TDD course available?
👍 1
c

Cody Engel

12/09/2019, 8:35 PM
I made a video on this not long ago:

https://www.youtube.com/watch?v=QFPR2nt7HTo

It takes an app with no testing and rewrites it using TDD by example. Happy to hear feedback / answer questions.
👍 2
m

Matej Drobnič

12/10/2019, 7:32 AM
I was actually pleasantly surprised with this talk on Google IO

https://www.youtube.com/watch?v=VJi2vmaQe6w

It actually shows how to test stuff more practically, not just the usual "unit testing pyramid" that we get on most talks