Hi everyone. Is there any nice Android Unit Testi...
# android
a
Hi everyone. Is there any nice Android Unit Testing or TDD course available?
👍 1
c
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
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